generator-editorconfig
A simple yeoman generator for my usual
.editorconfig
.
Requirements
This is a yeoman generator. You should have installed yeoman.
Installation
@simbo/generator-editorconfig
is a public user-scoped npm package.
You can install it using…
# …npm
npm install -g @simbo/generator-editorconfig
# …or yarn
yarn global add @simbo/generator-editorconfig
Usage
Use it like any other yeoman generator within your project root:
yo @simbo/editorconfig
See also yo @simbo/editorconfig --help
for detailed usage information.
Development
Link from project root to use it like a globally installed package on your machine…
# …using npm
npm link
# …or yarn
yarn link