0.3.6 • Published 7 years ago

angular-helper v0.3.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Build an Angular Component on the Fly

This package was created to get rid of the creating of css, ts and html of angular components.

Install to the Command line

$> npm i angular-helper -g

Run Angular Helper

$> angular-helper c | compontent | create-component ClassName
or
$> nah c ClassName
or
$> ah c ClassName

Commands

c | compontent | create-component <name> - creates an Angular Component
s | service <name> - creates an Angular Service

Output

Create an Angular Component
-+ classname (directory)
-+-+ classname.css
-+-+ classname.component.html
-+-+ classname.component.ts

Create an Angular Service
-+ classname (directory)
-+-+ classname.service.ts

Build 0.3

New Attribute "-t" available now, so:

ah c SuperClass -t

will add a jasmine/karma angular component test into your directory:

Create an Angular Component
-+ classname (directory)
-+-+ classname.css
-+-+ classname.component.html
-+-+ classname.component.ts
-+-+ classname.component.spec.ts

Contact

Write me your thoughts to liebigsv@gmail.com Github: https://github.com/Sly321/angular-helper NPM: https://www.npmjs.com/package/angular-helper

0.3.6

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.0

7 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.1

9 years ago