0.1.7 • Published 3 years ago

@fe-chef/services v0.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago