A composite Yeoman generator to bootstrap a project.
Built for my own needs, but feel free to use it if it fits yours as well.
Check the dependencies below to see what subgenerators are called.
Download node at nodejs.org and install it, if you haven't already.
npm install -g generator-knr-generator --save
In an empty folder
yo knr-generator
npm install
npm test
- generator-angular-gitignore: A yeoman generator for the .gitignore file in Angular.js projects
- generator-editorconfig: A Yeoman generator that creates an EditorConfig file.
- generator-git-remote: A Yeoman generator to easily add your git remote url as origin
- generator-gitattributes: A Yeoman generator that creates a .gitattributes file to replace line endings to LF
- generator-knr-eslintrc: A yeoman generator that adds an eslintrc.js file in your project
- generator-license: License generator for Yeoman based projects.
- generator-npm-init: npm init for yeoman
- generator-travis: Yeoman generator to get and keep
.travis.yml
up-to-date effortlessly
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-google: ESLint shareable config for the Google style
MIT
Generated by package-json-to-readme