request-snippet-generator

0.0.3 • Public • Published

request-snippet-generator

Generate code snippets for a postman collection request

Command Reference

# install dev dependencies
npm install . -d
# run entire check (lint + tests + etc) to avoid CI failure
run `npm test`;
# run lint and style check on codebase
npm run-script lint;
# auto format individual files
npm run-script lint mypath/file1.js mypath/file2.js;

# Note that it replaces the file with an auto-formatted variant.
# Make sure you review them before committing.
# perform unit tests
npm run-script check;

/request-snippet-generator/

    Package Sidebar

    Install

    npm i request-snippet-generator

    Weekly Downloads

    6

    Version

    0.0.3

    License

    Apache License 2.0

    Last publish

    Collaborators

    • abhijitkane