@ember-cli-deploy/plugin-blueprint
v0.0.9
Published
Ember CLI blueprint for initializing a new Ember CLI Deploy plugin
Downloads
10
Keywords
Readme
@ember-cli-deploy/plugin-blueprint
This repository holds the blueprint for generating a new Ember CLI Deploy plugin.
It is to be used, currently, with Ember CLI Canary, which you have to install from the master
branch.
To learn more about making blueprints, consult the blprnt repository.
To generate a plugin using this blueprint, install Ember CLI Canary (yarn global add ember-cli/ember-cli
), and run:
ember new ember-cli-deploy-hello -b @ember-cli-deploy/plugin-blueprint