1.0.2 • Published 6 years ago

generator-gitattributes v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

generator-gitattributes Build Status

A Yeoman generator that creates a .gitattributes file to replace line endings to LF.

Installation

Download node at nodejs.org and install it, if you haven't already.

Using npx in your project folder

npx -p yo -p generator-gitattributes -- yo gitattributes

or install it locally

npm install -g generator-gitattributes --save

or download it through Yeoman.

Then, to generate the .eslintrc file in your project use

yo gitattributes

Tests

npm install
npm test

Dependencies

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

Dev Dependencies

License

MIT

Generated by package-json-to-readme