ember-cli-deploy/ember-cli-deploy

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# 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