Skip to content

yappbox/ember-cli-deploy-yapp-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 4, 2023
98adfe8 · Jun 4, 2023

History

80 Commits
Nov 30, 2015
Nov 30, 2015
Nov 30, 2015
Sep 3, 2019
Sep 3, 2019
Sep 3, 2019
Sep 3, 2019
Jun 4, 2023
Sep 3, 2019
Nov 30, 2015
May 16, 2020
Dec 18, 2021
Jun 4, 2023
Jun 4, 2023

Repository files navigation

ember-cli-deploy-yapp-pack

An ember-cli-deploy plugin pack to implement a deployment pattern for Yapp's Ember apps


**WARNING: This plugin pack is only compatible with ember-cli-deploy versions >= 0.5.0**

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.

What plugins are made available?