Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ember-cli-deploy/ember-cli-deploy

A deployment pipeline for Ember CLI apps
https://github.com/ember-cli-deploy/ember-cli-deploy

ember-cli ember-cli-deploy

Last synced: 3 months ago
JSON representation

A deployment pipeline for Ember CLI apps

Awesome Lists containing this project

README

        

# Ember CLI Deploy
[![Build Status](https://github.com/ember-cli-deploy/ember-cli-deploy/actions/workflows/ci.yaml/badge.svg
)](https://github.com/ember-cli-deploy/ember-cli-deploy/actions/workflows/ci.yaml) [![Code Climate](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy/badges/gpa.svg)](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy)

Simple, flexible deployment for your Ember CLI app

## Installation

```
ember install ember-cli-deploy
```
## Quick start

After installation, choose [plugins](http://ember-cli-deploy.com/plugins/) matching your deployment environment, [configure](http://ember-cli-deploy.com/docs/v1.0.x/configuration/) your deployment script appropriately and you're ready to [start deploying](http://ember-cli-deploy.com/docs/v1.0.x/usage/).

## In-depth documentation

[Visit the Docs site](http://ember-cli-deploy.com/docs/v1.0.x/)

## Contributing

Clone the repo and run `npm install`. To run tests,

npm test