Skip to content

Commit 14b4669

Browse files
committed
docs(readme): updated readme
1 parent 4a230c4 commit 14b4669

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# javascript-plugin-boilerplate
22

3-
> A boilerplate to write plugins in pure JavaScript using ES2015
3+
> A boilerplate to write plugins in pure JavaScript using ES2015. Includes mocha, chai, prettier, husky, Rollup and Eslint
44
55
### Features
66
* ES2015 support (using [rollup.js](http://rollupjs.org/) and [Babel](http://babeljs.io/))
@@ -13,15 +13,15 @@
1313
* Prettier for code formatting as a precommit hook
1414

1515
## 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
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
2525

2626
## License
2727
MIT @ Ritesh Kumar

0 commit comments

Comments
 (0)