generator-editorconfig

A Yeoman generator that creates an EditorConfig file.

Usage no npm install needed!

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

README

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