You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
373 B
Markdown
32 lines
373 B
Markdown
5 years ago
|
## 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
|
||
|
```
|