1.1.6 • Published 3 years ago

@noopejs/rgen v1.1.6

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

The CLI for React Gen framowrok rgen

Install the CLI globally in your machine

npm install -g @noopejs/rgen

Setup your new React Gen app

rgen new app myApp

Navigate to your new project and run development server

cd myApp && npm run dev

Generate new module

rgen new module about

This command will generate the following files:

src/
-- about/
---- about.module.ts
---- about.service.ts
---- about.component.tsx

It's also possible to generate a single unit moduleClass, service, moduleComponent by specifying option as follows:

rgen new moduleClass about
rgen new service about
rgen new moduleComponent about
1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago