Skip to content

simbo/generator-editorconfig

Repository files navigation

generator-editorconfig

A simple yeoman generator for my usual .editorconfig.

npm package version Travis CI build status



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

License

MIT © 2018 Simon Lepel

About

A simple yeoman generator for my usual editorconfig.

Resources

License

Stars

Watchers

Forks

Packages

No packages published