/plugin-blueprint

Ember CLI blueprint for initializing a new Ember CLI Deploy plugin

Primary LanguageJavaScript

@ember-cli-deploy/plugin-blueprint

npm version

This repository holds the blueprint for generating a new Ember CLI Deploy plugin.

It can be used with Ember CLI 2.14+

To learn more about making blueprints, consult the blprnt repository.

To generate a plugin using this blueprint, install Ember CLI 2.14+ (yarn global add ember-cli), and run:

ember new ember-cli-deploy-hello -b @ember-cli-deploy/plugin-blueprint