Generate a JavaScript project
First, install Yeoman and generator-lionbyte using npm (we assume you have pre-installed node.js).
npm install -g yo generator-lionbyte
mkdir my-new-project
cd my-new-project
yo lionbyte
This generator scaffolds the following JavaScript project types:
- Node (default)
- Frontend
In addition, the following utility packages are added for all project types:
typescript
type checking with*.js
filesjest
for testing and code coverageprettier
andstandard
code style and linter- Travis-CI script to run the tests
- Optional pre-commit hook to run these linters via
husky
andlint-staged
- Meant to serve as a base for any Node.js projects
webpack
configurations for development and production- Styles
- Autoprefixer
- CSSNano - Minification
- LESS CSS Preprocessor
- Option to include React
See CONTRIBUTING
MIT © Mark Hernandez