choux
v0.3.0
Published
Make network requests against a JSON API
Readme
Choux
Pâte à choux is a delightful pastry which embodies the spirit of wrapping HTTP requests.
Usage
NPM
npm install choux --saveYarn
yarn add chouxDevelopment
Clone repo:
git clone [email protected]:ericmeyer/choux.gitInstall packages:
npm installRun checks:
npm run verify
Releasing a New Version
Commit all code changes.
Update the version number in
package.json.Build:
npm run buildCommit all changes including dist files and merge to main.
Publish package:
npm publish
