We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd4c96 commit fd15052Copy full SHA for fd15052
Readme.md
@@ -1,10 +1,10 @@
1
-#lunar
+#javascript-plugin-boilerplate
2
3
> A boilerplate to write plugins in pure JavaScript using ES2015
4
5
###Features
6
* ES2015 support (using [rollup.js](http://rollupjs.org/) and [Babel](http://babeljs.io/))
7
-* UMD supported build
+* [UMD](https://github.com/umdjs/umd) supported build
8
* Automatic versioning using [semantic-release](https://github.com/semantic-release/semantic-release)
9
* Mocha and Chai for testing
10
* Test before commiting using [ghooks](https://github.com/gtramontina/ghooks)
0 commit comments