ember-cli-deploy-yapp-pack
v7.0.0
Published
A pack of ember-cli-deploy plugins for deploying Yapp's Ember apps.
Downloads
22
Readme
ember-cli-deploy-yapp-pack
An ember-cli-deploy plugin pack to implement a deployment pattern for Yapp's Ember apps
This plugin pack is prepared for internal use by Yapp and is open-sourced for educational purposes but will not be supported for shared community use.
This package bundles ember-cli-deploy-lightning-pack and ember-cli-deploy-slack and a util method to minimize duplicated config code between apps.
It also has a blueprint for your config/deploy.js
file to get you started.
Installation
ember install ember-cli-deploy
ember install ember-cli-deploy-yapp-pack
The necessary set of plugins will be available to ember-cli-deploy and an example deploy/config.js
file will be generated for you to customize with information about your app.
What is a plugin pack?
A "plugin pack" is a concept supported by ember-cli-deploy that allows a single addon to make multiple plugins available by adding a single direct depedency to your project.