File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 9
9
* [ Mocha] ( http://mochajs.org/ ) and [ Chai] ( http://chaijs.com/ ) for testing
10
10
* Lint using [ babel-eslint] ( https://github.com/babel/babel-eslint )
11
11
* Code coverage recording with [ istanbul] ( https://gotwarlost.github.io/istanbul/ )
12
+ * Code coverage reporting to codecov.io
13
+ * Prettier for code formatting as a precommit hook
12
14
13
- ## Development
14
- Supported tasks are ` grunt ` , ` grunt watch ` and ` grunt build `
15
+ ## npm scripts
16
+ - ** "test"** : Run tests
17
+ - ** "test: watch "** : Run tests while watching at the same time
18
+ - ** "test: cover "** : Create code coverage report using istanbul
19
+ - ** "test: report "** : Report code coverage report to codecov.io
20
+ - ** "build"** : Build all JS files to different formats
21
+ - ** "build: watch "** : Build all JS files to different formats while watching
22
+ - ** "lint"** : Run eslint on all JS files
23
+ - ** "lint: fix "** : Fix linting errors
24
+ - ** "format"** : Run prettier on js files
15
25
16
26
## License
17
- MIT @ 2015
27
+ MIT @ Ritesh Kumar
18
28
19
29
You can’t perform that action at this time.
0 commit comments