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.
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
npm install
npm test
> generator-angular-gitignore@0.2.0 test /home/knorcedger/dev/generator-angular-gitignore
> eslint app/
- yeoman-generator: Rails-inspired generator system that provides scaffolding for your apps
- 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