generator-ng2-component

0.2.0 • Public • Published

generator-ng2-component NPM version Build Status Dependency Status

Angular2 Component Generator with variety of options

Beta version

Current options:

  • Name of a new component
  • Destination for the new component
  • Inline or separate template & styles. For separate
    • Sass, Less or CSS file
    • Include via templateUrl & styleUrls OR require('...')
  • Choose whether to generate Unit tests & E2E tests

Todo:

  • Choose whether to include Forms, Routes, ...
  • Global configuration

Installation

First, install Yeoman and generator-ng2-component using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ng2-component

Then generate your new Angular2 component:

yo ng2-component

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Samuel Kollat

Package Sidebar

Install

npm i generator-ng2-component

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • samuel-kollat