forked from Wandalen/wTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ex.will.yml
103 lines (88 loc) · 2.05 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
97
98
99
100
101
102
103
about :
name : 'wTools'
description : 'Collection of general purpose tools for solving problems. Fundamentally extend JavaScript without spoiling namespace, so may be used solely or in conjunction with another module of such kind.'
version : '0.9.0'
enabled : 1
interpreters :
- njs >= 10.0.0
- chrome >= 60.0.0
- firefox >= 60.0.0
keywords :
- base
- basic
- core
- platform
- tools
- wTools
- wBase
- generic
license : MIT
author : 'Kostiantyn Wandalen <[email protected]>'
contributors :
- 'Kostiantyn Wandalen <[email protected]>'
- 'Volodymyr M. <[email protected]>'
- 'Ihor O. <[email protected]>'
- 'Pablo Garcimartin <[email protected]>'
- 'Dmytro Kryvoruchko <[email protected]>'
npm.name : 'wTools'
npm.scripts :
test : 'wtest .run proto/**'
docgen : 'wdocgen .build proto'
path :
repository : git+https:///github.com/Wandalen/wTools.git/
origins :
- git+https:///github.com/Wandalen/wTools.git/
- npm:///wtools.experiment
bugtracker : https:///github.com/Wandalen/wTools/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