0.1.5 • Published 7 years ago

ember-cli-component-pod-lab v0.1.5

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

Ember-cli-component-pod

Addon allowing generation of pod components together with style.scss for ember-component-css support.

We assume that your .ember-cli has "usePods": true.

Installation

  • ember install ember-cli-component-pod-lab

Generate component

  • ember g component-pod foo/bar-ish

Will generate component.js, template.hbs and style.scss in app/foo/bar-ish/.

The comment headers support yuidoc tags:

  • @module -- your app name
  • @submodule -- name of the component.
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago