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

https://github.com/bennycode/generator-leg


https://github.com/bennycode/generator-leg

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# generator-leg

## Build Status

[![Build Status](https://travis-ci.org/bennyn/generator-leg.svg?branch=master)](https://travis-ci.org/bennyn/generator-leg)

## Installation

First, install [Yeoman](http://yeoman.io) and generator-leg using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-leg
```

Then generate your new project:

```bash
yo leg
```