0.1.1 • Published 3 years ago

generator-avi-angular-helper v0.1.1

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

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

0.1.0

3 years ago

0.1.1

3 years ago

0.0.8

3 years ago

0.0.72

3 years ago

0.0.71

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago