Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buschtoens/ember-light-table-addon
ember-cli blueprint for initializing a new ember-light-table addon
https://github.com/buschtoens/ember-light-table-addon
ember ember-blueprint ember-light-table
Last synced: about 1 month ago
JSON representation
ember-cli blueprint for initializing a new ember-light-table addon
- Host: GitHub
- URL: https://github.com/buschtoens/ember-light-table-addon
- Owner: buschtoens
- Created: 2017-07-20T19:48:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:27:14.000Z (about 1 year ago)
- Last Synced: 2024-10-09T12:42:39.282Z (4 months ago)
- Topics: ember, ember-blueprint, ember-light-table
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-light-table-addon
> The official [ember-cli blueprint](https://ember-cli.com/extending/#generators-and-blueprints) for initializing a new [**ember-light-table**][elt] addon
## :ledger: Usage
To create a new addon, just run:
```
ember addon -b ember-light-table-addon --yarn
````` can be whatever you like, but we strongly recommend to follow the
`ember-light-table-` naming pattern.This will create an addon that [looks just like this example][example].
## Status
This blueprint is still in development and should not be used yet.
[elt]: https://github.com/offirgolan/ember-light-table
[example]: https://github.com/buschtoens/ember-light-table-example-addon