0.0.0 • Published 7 years ago

ember-cli-taco v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

ember-cli-taco

Usage

Installation

ember install ember-cli-taco

Get a taco

Add a taco to your project easily with this addon.

{{taco-me}}

Dress your taco

toppings = {
  cheese: true
}

{{taco-me toppings=toppings}}

Development

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-taco
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.