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
- Host: GitHub
- URL: https://github.com/truemedia/generator-blueprints
- Owner: Truemedia
- License: mit
- Created: 2015-02-05T18:49:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T19:01:54.000Z (over 10 years ago)
- Last Synced: 2025-01-12T21:42:21.371Z (4 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-blueprints [](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