Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

matheussampaio/generator-acomponent

Repository files navigation

npm version Build Status Dependency Status devDependency Status

Yeoman Angular 1.5 Component Generator

How to install:

$ npm i -g yo generator-acomponent

How to use:

$ yo acomponent myBeautifulComponent
? Module name? myAppModuleName
   create my-beautiful-component/my-beautiful-component.component.js
   create my-beautiful-component/my-beautiful-component.scss
   create my-beautiful-component/my-beautiful-component.html