generator-es-infinity
v0.2.0
Published
Bootstrap common libraries needed to write es6 and beyond
Downloads
14
Maintainers
Readme
generator-es-infinity
Bootstrap common libraries needed to write in es6 and beyond
Installation
First, install Yeoman and generator-es-infinity using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-es-infinity
even better
yarn global add yo
yarn global add generator-es-infinity
Then generate your new project:
yo es-infinity
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
TODO
- Prompt to make repo
- Add in webpack / react options
- Custom entries
- Babel options, transpilation step
- More customization (jest, babel packages...)
- Better initialization of git repo
- Use nsp
- Make logo
License
MIT © Jordan Tepper