generator-gitattributes

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

Usage no npm install needed!

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

README

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