All Projects → ember-cli-deploy → ember-cli-deploy-lightning-pack

ember-cli-deploy / ember-cli-deploy-lightning-pack

Licence: MIT License
An ember-cli-deploy plugin pack to implement a "lightning" deployment pattern

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ember-cli-deploy-lightning-pack

ember-cli-deploy-s3
An ember-cli-deploy plugin to upload to s3
Stars: ✭ 50 (+35.14%)
Mutual labels:  ember-cli-deploy-plugin
ember-cli-deploy-redis
An ember-cli-deploy-plugin to upload index.html to a Redis store
Stars: ✭ 18 (-51.35%)
Mutual labels:  ember-cli-deploy-plugin
ember-cli-deploy-revision-data
An ember-cli-plugin to create a unique revision key for the build
Stars: ✭ 21 (-43.24%)
Mutual labels:  ember-cli-deploy-plugin
ember-cli-deploy-s3-index
Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.
Stars: ✭ 25 (-32.43%)
Mutual labels:  ember-cli-deploy-plugin

ember-cli-deploy-lightning-pack

An ember-cli-deploy plugin pack to implement a lightning deployment pattern as described

This package bundles the plugins you need to have a deployment pipeline for your Ember app similar to what I described in my talk: Lightning Fast Deployment of Your Rails-backed JavaScript https://www.youtube.com/watch?v=QZVYP3cPcWQ

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-lightning-pack

The necessary set of plugins will be available to ember-cli-deploy and an example config/deploy.js file will be generated for you to customize with information for your deployment environments.

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.

What plugins are made available?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].