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

https://github.com/truemedia/generator-blueprints

A Yeoman generator for many website things
https://github.com/truemedia/generator-blueprints

Last synced: 3 months ago
JSON representation

A Yeoman generator for many website things

Awesome Lists containing this project

README

        

# generator-blueprints [![Build Status](https://secure.travis-ci.org/Truemedia/generator-blueprints.png?branch=master)](https://travis-ci.org/Truemedia/generator-blueprints)

> a [Yeoman](http://yeoman.io) generator for many website things

## Getting Started

### What is Blueprints?

Blueprints is a general generator package for working with PHP and JavaScript (biased towards the authors preferences by default).

A single entry point for generating code, this maximizes the use of sub-generators to build coehesive applications from one visit to the terminal

### Installation

To install blueprints you first need yeoman, to get yeoman run this in the terminal of your node environment

```bash
$ npm install -g yo
```

To install generator-blueprints from npm, run:

```bash
$ npm install -g generator-blueprints
```

Finally, initiate the generator:

```bash
$ yo blueprints
```

## License

MIT