https://github.com/simbo/generator-prettierrc
A simple yeoman generator for my usual prettierrc.
https://github.com/simbo/generator-prettierrc
Last synced: 10 months ago
JSON representation
A simple yeoman generator for my usual prettierrc.
- Host: GitHub
- URL: https://github.com/simbo/generator-prettierrc
- Owner: simbo
- License: mit
- Created: 2018-05-27T16:26:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T18:39:50.000Z (about 8 years ago)
- Last Synced: 2025-02-22T19:48:13.431Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
generator-prettierrc
======================
> A simple yeoman generator for my usual [`.prettierrc`](https://prettier.io/).
[](https://www.npmjs.com/package/@simbo/generator-prettierrc)
[](https://travis-ci.org/simbo/generator-prettierrc/builds)
---
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
- [License](#license)
---
## Requirements
This is a yeoman generator. You should have installed
[yeoman](http://yeoman.io/).
## Installation
`@simbo/generator-prettierrc` is a public user-scoped npm package.
You can install it using…
``` sh
# …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:
``` sh
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…
``` sh
# …using npm
npm link
# …or yarn
yarn link
```
## License
[MIT © 2018 Simon Lepel](http://simbo.mit-license.org/)