Socket
Socket
Sign inDemoInstall

postman-code-generators

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-code-generators

Generates code snippets for a postman collection


Version published
Weekly downloads
48K
decreased by-29.45%
Maintainers
2
Weekly downloads
 
Created
Source

Build Status

postman-code-generators

Common codegen repo for 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-Gen, 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 .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

Package last updated on 17 Jun 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc