https://github.com/simbo/generator-editorconfig
A simple yeoman generator for my usual editorconfig.
https://github.com/simbo/generator-editorconfig
Last synced: about 1 year ago
JSON representation
A simple yeoman generator for my usual editorconfig.
- Host: GitHub
- URL: https://github.com/simbo/generator-editorconfig
- Owner: simbo
- License: mit
- Created: 2018-05-27T13:49:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T18:39:11.000Z (about 8 years ago)
- Last Synced: 2025-02-22T14:38:29.298Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
generator-editorconfig
======================
> A simple yeoman generator for my usual [`.editorconfig`](http://editorconfig.org/).
[](https://www.npmjs.com/package/@simbo/generator-editorconfig)
[](https://travis-ci.org/simbo/generator-editorconfig/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-editorconfig` is a public user-scoped npm package.
You can install it using…
``` sh
# …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:
``` sh
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…
``` sh
# …using npm
npm link
# …or yarn
yarn link
```
## License
[MIT © 2018 Simon Lepel](http://simbo.mit-license.org/)