Skip to content

Commit 4a230c4

Browse files
committed
docs(readme): updated details
1 parent f8fd2fb commit 4a230c4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Readme.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,21 @@
99
* [Mocha](http://mochajs.org/) and [Chai](http://chaijs.com/) for testing
1010
* Lint using [babel-eslint](https://github.com/babel/babel-eslint)
1111
* 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
1214

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
1525

1626
## License
17-
MIT @ 2015
27+
MIT @ Ritesh Kumar
1828

1929

0 commit comments

Comments
 (0)