ember-cli-component-pod-lab

0.1.5 • Public • Published

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.

/ember-cli-component-pod-lab/

    Package Sidebar

    Install

    npm i ember-cli-component-pod-lab

    Weekly Downloads

    6

    Version

    0.1.5

    License

    MIT

    Last publish

    Collaborators

    • billowlabs