An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

generator-editorconfig
======================

> A simple yeoman generator for my usual [`.editorconfig`](http://editorconfig.org/).

[![npm package version](https://img.shields.io/npm/v/@simbo/generator-editorconfig.svg?style=flat-square)](https://www.npmjs.com/package/@simbo/generator-editorconfig)
[![Travis CI build status](https://travis-ci.org/simbo/generator-editorconfig.svg?branch=master)](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/)