https://github.com/ember-cli/app-blueprint-test
https://github.com/ember-cli/app-blueprint-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ember-cli/app-blueprint-test
- Owner: ember-cli
- Created: 2017-01-11T14:56:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T19:57:03.000Z (about 6 years ago)
- Last Synced: 2025-06-14T04:37:08.075Z (8 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 15
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app-blueprint-test
This is an example repository (used by ember-cli's own test suite)
that demonstrates how to provide a blueprint for use with the
`--blueprint` command line argument.
## NPM
You can use blueprints that are published to NPM (with the `ember-blueprint` keyword).
To use a blueprint like this you would run the following command:
```
ember new some-good-name-here --blueprint=ember-blueprint-demo
```
## Git
To use a blueprint like this you would run the following command:
```
ember new some-good-name-here --blueprint=https://github.com/ember-cli/app-blueprint-test.git
```