Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-engines/engine-blueprint
https://github.com/ember-engines/engine-blueprint
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ember-engines/engine-blueprint
- Owner: ember-engines
- License: mit
- Created: 2017-05-06T14:51:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T22:06:57.000Z (over 3 years ago)
- Last Synced: 2024-04-14T22:54:29.854Z (7 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 3
- Watchers: 6
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# engine-blueprint
This repository holds the blueprint for generating a new stand-alone engine to be
used in conjunction with [ember-engines](https://github.com/ember-engines/ember-engines).## Usage
```bash
ember new foo-engine -b https://github.com/ember-engines/engine-blueprint.git
```