aboutsummaryrefslogtreecommitdiff
path: root/node_modules/time-require/doc/dev.md
blob: 96f629804396bea531c910f5cd31816dfa5fb01a (plain)
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
## Developer documentation for `time-require`

`time-require` use [gulp.js](http://gulpjs.com) for build

#### clean
```
gulp clean
```
#### build
```
gulp
```
or explicitelly
```
gulp build
```
#### run tests
```
gulp test
```
#### lint all sources
```
gulp lint
```
#### generate documentation
```
gulp doc
```
#### watch
```
gulp watch
```