ngGen

1.0.9 • Public • Published

README

Angular v1.x generator. Generates project structure for Angular 1.x.

What is this repository for?

  • Generate Angular 1.x project structure with Grunt enabled.
  • 1.0.8

How do I get set up?

  • npm install -g ngGen
  • create new project by ngGen new -n="nameOfTheProject", the structure will be cloned at nameOfTheProject
  • cd nameOfTheProject

Create Module and Components

  • generate a module , ngGen add -m="moduleName"
  • generate a controller , ngGen add -c="controllerName"
  • generate a service , ngGen add -s="serviceName"
  • generate a component , ngGen add -x="componentName"
  • generate a template , ngGen add -t="templateName"
  • generate a directive , ngGen add -d="directiveName"
  • ngGen -h for help

Who do I talk to?

#P.S: # The project guideline is adopted from johnpapa

Package Sidebar

Install

npm i ngGen

Weekly Downloads

0

Version

1.0.9

License

ISC

Last publish

Collaborators

  • maityneil