generator-ng2-comp

1.0.3 • Public • Published

npm version dependencies

Generator for tiny Angular2 Components, enjoy. This is a friendly fork of Samuel Kollat

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-comp

Then generate your new Angular2 component:

yo ng2-comp

Ensure you include node into your ambientDependencies in typings.json.

{
  "ambientDependencies": {
    ...
    "node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#138ad74b9e8e6c08af7633964962835add4c91e2"
  }
}

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 © Michael Knoch

Readme

Keywords

none

Package Sidebar

Install

npm i generator-ng2-comp

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • michaelknoch