Socket
Socket
Sign inDemoInstall

postman-code-generators

Package Overview
Dependencies
4
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-code-generators


Version published
Weekly downloads
18K
increased by7.9%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Build Status

postman-code-generators

Common codegen repo for the Postman app

Getting Started

To get a copy on your local machine

$ git clone https://github.com/postmanlabs/code-generators.git
Prerequisites

To run any of the code-generators, ensure that you have NodeJS >= v8. A copy of the NodeJS installable can be downloaded from https://nodejs.org/en/download/package-manager.

Usage
  • Remove the .git folder from each codegen.
  • Place individual codegen inside codegens folder.
Installing dependencies

To install the dependencies of common repo as well as dependencies of all the individual codegens

$ npm install;

To install dependencies for all codegens run:

$ npm run deepinstall dev; 

To run common repo test as well as tests (common structure test + individual codegen tests) for all the codegens

$ npm test; 

To run structure and individual tests on a single codegen

$ npm test <codegen-name>; 

To create zipped package of all codegens

$ npm run package;

Note: The zipped package is created inside each codegen's folder.

To create zipped package of a single codegen

$ npm run package <codegen-name>

FAQs

Last updated on 05 Sep 2019

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc