js-base-template
v0.0.1
Published
Base Template for ES6 Javascript projects
Downloads
1
Maintainers
Readme
JS Base Template
Personal starter template for Javascript projects but you can use it if you want!
Installation
- Clone the repo and make it your own
git clone https://github.com/robbiegleeson/js-base-template.git my-awesome-project
cd my-awesome-project && npm install
What's Included?
- Babel
- Linting (airbnb)
- Travis CI
- Mocha testing
- Editor configuration
- syntax-async-functions
- transform-regenerator
And much more! Clone it and give it a go!