Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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