File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 3
3
> A boilerplate to write plugins in pure JavaScript using ES2015
4
4
5
5
###Features
6
- * ES2015 support (using rollup.js and Babel)
6
+ * ES2015 support (using [ rollup.js] ( http://rollupjs.org/ ) and [ Babel] ( http://babeljs.io/ ) )
7
7
* 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 )
12
17
You can’t perform that action at this time.
0 commit comments