1.2.1 • Published 6 years ago

generator-editorconfig v1.2.1

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

generator-editorconfig Build Status

A Yeoman generator that creates an EditorConfig file.

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.

Installation

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

Using npx

npx -p yo -p generator-editorconfig -- yo editorconfig

or install it locally

npm install -g generator-editorconfig --save

or download it through Yeoman.

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

yo editorconfig

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

1.2.1

6 years ago

1.2.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago