0.0.3 • Published 8 years ago

request-snippet-generator v0.0.3

Weekly downloads
-
License
Apache License 2....
Repository
bitbucket
Last release
8 years ago

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;
1.0.0-documenter

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago