generator-avi-angular-helper

0.1.1 • Public • Published

generator-avi-angular-helper NPM version Build Status Dependency Status

Scaffolding tool to create components and module folders.

Installation

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

npm install -g yo
npm install -g generator-avi-angular-helper

Then generate your new project:

yo avi-angular-helper

As of now, It can create modules and components in angular folder.

yo avi-angular-helper
? Please enter the module name? ngTestModule
? Please enter the Component name? ngTestComponent
Setting template name variables...
Setting path variables...
Creating files now... :)
New module - creating module.ts file now
   create  ..\ng-test-module\components\ng-test-component\ng-test-component.component.ts
   create ..\ng-test-module\components\ng-test-component\ng-test-component.component.html
   create ..\ng-test-module\components\ng-test-component\ng-test-component.component.less
   create ..\ng-test-module\components\ng-test-component\index.ts
   create ..\ng-test-module\ng-test-module.module.ts
   create ..\ng-test-module\index.ts
   create ..\ng-test-module\components\index.ts

License

MIT © Aravindh Nagarajan

Readme

Keywords

Package Sidebar

Install

npm i generator-avi-angular-helper

Weekly Downloads

15

Version

0.1.1

License

MIT

Unpacked Size

16.2 kB

Total Files

12

Last publish

Collaborators

  • aravindh.n