1.2.1 • Published 8 years ago
generator-editorconfig v1.2.1
generator-editorconfig 
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 editorconfigor install it locally
npm install -g generator-editorconfig --saveor download it through Yeoman.
Then, to generate the .editorconfig file in your project use
yo editorconfigTests
npm install
npm testDependencies
- yeoman-generator: Rails-inspired generator system that provides scaffolding for your apps
Dev Dependencies
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-google: ESLint shareable config for the Google style
License
MIT
Generated by package-json-to-readme