generator-angular-gitignore
v0.2.5
Published
A yeoman generator for the .gitignore file in Angular.js projects
Downloads
4
Maintainers
Readme
generator-angular-gitignore
A yeoman generator for the .gitignore file in Angular.js projects.
Beyond the typical trash files that an OS creates, a folder structure is assumed where the public folder is used to host the build files like the minified JavaScript and CSS files, and is also ignored.
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install -g generator-angular-gitignore --save
or download it through Yeoman.
Then, to generate the .gitignore file in your project use
yo angular-gitignore
Tests
npm install
npm test
> [email protected] test /home/knorcedger/dev/generator-angular-gitignore
> eslint app/
Dependencies
- yeoman-generator: Rails-inspired generator system that provides scaffolding for your apps
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