1.0.11 • Published 7 years ago

codegenie v1.0.11

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

CodeGenie

A simple code generator to start an angular project by creating components, layouts, services and routes within a minute. It also generates Electron app boilerplate. It is growing ...

Install

npm i -g codegenie

Usage

Components

$ codegenie ng c admin/navbar,sidebar,dashboard,area,order,category,product

It will create all those components into admin directory and will register them in app.module.ts. You you not provide folder name it will create component into root directory. You can also nested multiple sub directories by seperating them using forward slashes.

Layouts

$ codegenie ng l admin,client,public

It will create all those layouts into layout directory and will register them in app.module.ts

Services

$ codegenie ng s user,area,product,category,order

It will create all those services into service directory and will register them in app.module.ts

Routes

$ codegenie ng r admin,client,public

It will create all those routes into routes directory and will register them in app.module.ts

$ codegenie el b app_name author_name email

To generate electron app boilerplate

$ codegenie js new app_name author_name email

To generate javascript app boilerplate

License

MIT

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago