forked from Wandalen/wProcess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ex.will.yml
96 lines (81 loc) · 2.11 KB
/
.ex.will.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
about :
name : 'wProcess'
description : 'Collection of cross-platform routines to execute system commands, run shell, batches, launch external processes from JavaScript application. Module Process leverages not only outputting data from an application but also inputting, makes application arguments parsing and accounting easier. Use the module to get uniform experience from interaction with an external processes on different platforms and operating systems.'
version : '0.4.0'
enabled : 1
interpreters :
- njs >= 10.0.0
- chrome >= 60.0.0
- firefox >= 60.0.0
keywords :
- wTools
- exec file
- shell script
- run program
license : MIT
author : 'Kostiantyn Wandalen <[email protected]>'
contributors :
- 'Kostiantyn Wandalen <[email protected]>'
- 'Volodymyr M. <[email protected]>'
npm.name : 'wprocess'
npm.scripts :
test : 'wtest .run proto/**'
docgen : 'wdocgen .build proto'
path :
repository : git+https:///github.com/Wandalen/wProcess.git
origins :
- git+https:///github.com/Wandalen/wProcess.git
- npm:///wprocess
bugtracker : https:///github.com/Wandalen/wProcess/issues
step :
proto.export :
inherit : module.export
export : path::export
tar : 0
criterion :
content : 'proto'
doc.export :
inherit : module.export
export : path::doc
tar : 0
criterion :
content : 'doc'
npm.export :
inherit : module.export
export : out.npm
tar : 0
criterion :
content : 'npm'
npm.publish :
shell : npm publish
build :
proto.export :
criterion :
content : 'proto'
export : 1
steps :
# - build::debug.raw
- step::proto.export
doc.export :
criterion :
content : 'doc'
export : 1
steps :
# - build::debug.raw
- step::doc.export
npm.export :
criterion :
content : 'npm'
export : 1
steps :
# - build::debug.raw
# - step::npm.export
- step::npm.publish
export :
criterion :
default : 1
export : 1
steps :
# - build::npm
- build::proto.export
# - build::doc.export