Skip to content

Commit 36dd10b

Browse files
committed
docs(readme): updated readme
1 parent 33d88b4 commit 36dd10b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Readme.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
> A boilerplate to write plugins in pure JavaScript using ES2015
44
55
###Features
6-
* ES2015 support (using rollup.js and Babel)
6+
* ES2015 support (using [rollup.js](http://rollupjs.org/) and [Babel](http://babeljs.io/))
77
* UMD supported build
8-
* Automatic versioning using semantic-release
9-
* Test before commiting using ghooks
10-
* Lint using babel-eslint
11-
*
8+
* Automatic versioning using [semantic-release](https://github.com/semantic-release/semantic-release)
9+
* Test before commiting using [ghooks](https://github.com/gtramontina/ghooks)
10+
* Lint using [babel-eslint](https://github.com/babel/babel-eslint)
11+
12+
##Development
13+
Supported tasks are `grunt`, `grunt watch` and `grunt build`
14+
15+
##License
16+
MIT @ [Ritesh Kumar](https://github.com/ritz078)
1217

0 commit comments

Comments
 (0)