0.1.2 • Published 8 years ago
@simbo/generator-editorconfig v0.1.2
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-editorconfigUsage
Use it like any other yeoman generator within your project root:
yo @simbo/editorconfigSee 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