0.1.7 • Published 2 years ago

@fe-chef/services v0.1.7

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

chef-services

Create API Consuming Code in Lightening Speed

Below are useful commands.

Create React Custom hook services from exported Postman collection.

npx @fe-chef/services -f postman-collection.json
npx @fe-chef/services --postmanFile=postman-collection.json

Create React Custom hook services from exported Postman collection.

Specify the Custom Hook File location and default value is hooks/services

npx @fe-chef/services -f postman-collection.json -l hooks
npx @fe-chef/services --postmanFile=postman-collection.json --location=hooks

Create React Custom hook services from exported Postman collection.

Specify the Custom Hook File location and default value is hooks/services

Specify the Util File location and default value is utils

npx @fe-chef/services -f postman-collection.json -l hooks -u utilities
npx @fe-chef/services --postmanFile=postman-collection.json --location=hooks --utilLocation=utilities
0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago