New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

generator-angular-gitignore

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-angular-gitignore

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

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

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

Keywords

Angular.js

FAQs

Package last updated on 13 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts