https://github.com/bennycode/generator-leg
https://github.com/bennycode/generator-leg
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennycode/generator-leg
- Owner: bennycode
- License: mit
- Created: 2016-08-09T15:38:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T15:14:09.000Z (almost 9 years ago)
- Last Synced: 2025-03-17T06:48:17.331Z (3 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-leg
## Build Status
[](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
```