generator-lionbyte
[![NPM version][npm-image]][npm-url]
[![Dependency Status][daviddm-image]][daviddm-url]
Generate a JavaScript project
Installation
First, install Yeoman and generator-lionbyte using npm (we assume you have pre-installed node.js).
npm install -g yo generator-lionbyte
Usage
mkdir my-new-project
cd my-new-project
yo lionbyte
Features
This generator scaffolds the following JavaScript project types:
- Node (default)
- Frontend
In addition, the following utility packages are added for all project types:
typescripttype checking with*.jsfilesjestfor testing and code coverageprettierandstandardcode style and linter- Travis-CI script to run the tests
- Optional pre-commit hook to run these linters via
huskyandlint-staged
Project Type: Node (Default)
- Meant to serve as a base for any Node.js projects
Project Type: Frontend
webpackconfigurations for development and production- Styles
- Autoprefixer
- CSSNano - Minification
- LESS CSS Preprocessor
- Option to include React
Contributing
See CONTRIBUTING
License
MIT © Mark Hernandez
[npm-image]: https://badge.fury.io/js/generator-lionbyte.svg [npm-url]: https://npmjs.org/package/generator-lionbyte [daviddm-image]: https://david-dm.org/MarkH817/generator-lionbyte.svg?theme=shields.io [daviddm-url]: https://david-dm.org/MarkH817/generator-lionbyte
Log in or sign up for Devpost to join the conversation.