generator-angular-gitignore

A yeoman generator for the .gitignore file in Angular.js projects.

Usage no npm install needed!

<script type="module">
  import generatorAngularGitignore from 'https://cdn.skypack.dev/generator-angular-gitignore';
</script>

README

generator-angular-gitignore Build Status

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

> generator-angular-gitignore@0.2.0 test /home/knorcedger/dev/generator-angular-gitignore
> eslint app/

Dependencies

  • yeoman-generator: Rails-inspired generator system that provides scaffolding for your apps

Dev Dependencies

License

MIT

Generated by package-json-to-readme