https://github.com/tristantoye/ember-cli-taco
A taco component for ember-cli
https://github.com/tristantoye/ember-cli-taco
ember ember-cli ember-cli-addon taco
Last synced: 11 months ago
JSON representation
A taco component for ember-cli
- Host: GitHub
- URL: https://github.com/tristantoye/ember-cli-taco
- Owner: TristanToye
- License: mit
- Created: 2017-07-24T02:06:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T20:24:01.000Z (over 7 years ago)
- Last Synced: 2025-02-02T10:29:17.760Z (about 1 year ago)
- Topics: ember, ember-cli, ember-cli-addon, taco
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 ` this repository
* `cd ember-cli-taco`
* `npm install`
* `bower install`
## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
## 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/](https://ember-cli.com/).