https://github.com/ember-engines/engine-blueprint
https://github.com/ember-engines/engine-blueprint
Last synced: 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T22:06:57.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T07:05:11.641Z (3 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 3
- Watchers: 5
- 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
```