1.0.2 • Published 3 years ago

@codekage/model-generator v1.0.2

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/model-generator

2.) Go to the root directory of your angular-project

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

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

5.) Congratulations! you have models generated.