@ember-cli-deploy/plugin-blueprint

Ember CLI blueprint for initializing a new Ember CLI Deploy plugin

Usage no npm install needed!

<script type="module">
  import emberCliDeployPluginBlueprint from 'https://cdn.skypack.dev/@ember-cli-deploy/plugin-blueprint';
</script>

README

@ember-cli-deploy/plugin-blueprint

npm version

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