1.0.37 • Published 7 years ago

codeginie v1.0.37

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

codeginie

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 codeginie

Usage

Components

$ codeginie 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

$ codeginie ng l admin,client,public

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

Services

$ codeginie 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

$ codeginie ng r admin,client,public

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

$ codeginie el b app_name author_name email

To generate electron app boilerplate

$ codeginie js new app_name author_name email

To generate javascript app boilerplate

License

MIT

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

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

1.0.0

7 years ago