README
generator-knr-generator
A composite Yeoman generator to create other Yeoman generators,
or 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.
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install -g generator-knr-generator --save
Usage
In an empty folder
yo knr-generator
Tests
npm install
npm test
Dependencies
- 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
Dev Dependencies
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-google: ESLint shareable config for the Google style
License
MIT
Generated by package-json-to-readme