1.1.0 • Published 2 years ago

nest-gen v1.1.0

Weekly downloads
14
License
BSD-2-Clause
Repository
github
Last release
2 years ago

nest-gen

Source code generation for API client from nest.js controller.

npm Package Version

Installation

npm i -D nest-gen

Usage

npx nest-gen [options]

CLI Options

  --angular:
    To include angular @Injectable() above the controller class.
    Default not activated.

  --suffix <suffix>:
    To indicate the suffix of the controller class.
    E.g. service, client, provider, sdk
    Default: service

Usage Example

cd the-nestjs-project

## for Angular Projects
npx nest-gen --angular

## for non-Angular projects
npx nest-gen --suffix client

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others
1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago