generator-editorconfig

1.2.1 • Public • Published

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

/generator-editorconfig/

    Package Sidebar

    Install

    npm i generator-editorconfig

    Weekly Downloads

    1

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    5 kB

    Total Files

    10

    Last publish

    Collaborators

    • knorcedger