@econlab/ember-cli-deploy-firebase-pack
v0.4.1
Published
An ember-cli-deploy plugin pack implementing a simple firebase hosting deploy pattern.
Downloads
12
Maintainers
Readme
ember-cli-deploy-firebase-pack
An ember-cli-deploy plugin pack implementing a simple firebase hosting deploy pattern
This package bundles the plugins you need to have a deployment pipeline for your Ember app that deploys to Firebase hosting.
Compatibility
If you need to continue using firebase 2.x, please use the 0.1.x branch.
Installation
ember install ember-cli-deploy
ember install @econlab/ember-cli-deploy-firebase-pack
The necessary set of plugins will be available to ember-cli-deploy.
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 dependency to your project.