Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

epip-generate

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epip-generate

epip-gen is auto generate api with typescript from swagger.json file

  • 1.3.2
  • npm
  • Socket score

Version published
Weekly downloads
57
decreased by-48.65%
Maintainers
0
Weekly downloads
 
Created
Source

epip-gen

epip-gen is auto generate api with typescript from swagger.json file

Installation

Install epip-gen with npm

  npm install epip-gen -g
  cd my-project
  epip-gen {vue | ang} \
    -o {destinision_path} \
    -h {url_swagger_json} \
    -e {env_name}  // optional

Parameters

  • -o is destinision_path for generate service from backend's apis
  • -h is swagger.json file for create generate service
  • -e is optional parameter for base api route from your envierment key [optional]

Support

For support, email bakhshabadi.javad@gmail.com.

Usage/Examples

cd ./my-project
epip-gen react -o ./src -h https://api.mydomain.com/swagger.json

  • vue: create api service with axios
  • ang: create api sevice with rxjs

License

MIT

Authors

FAQs

Package last updated on 08 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc