0.2.1 • Published 6 years ago

@simbo/generator-prettierrc v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

generator-prettierrc

A simple yeoman generator for my usual .prettierrc.

npm package version Travis CI build status



Requirements

This is a yeoman generator. You should have installed yeoman.

Installation

@simbo/generator-prettierrc is a public user-scoped npm package.

You can install it using…

# …npm
npm install -g @simbo/generator-prettierrc

# …or yarn
yarn global add @simbo/generator-prettierrc

Usage

Use it like any other yeoman generator within your project root:

yo @simbo/prettierrc

See also yo @simbo/prettierrc --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