1.0.1 • Published 3 years ago

swagger-generate v1.0.1

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

This CLI makes creating models a lot easier for angular developers using swagger and this cli.

Steps to use

1.) Install this package by running the command npm i -g @codekage/swagger-generate

2.) Go to the root directory of your project

3.) Add the swagger file generated by the backend or swagger ui.

4.) run the command sg -s <swagger-name.json>

5.) Congratulations! you have interfaces generated.