Make network requests against a JSON API
npm install choux
!NPM Version
Pâte à choux is a delightful pastry which embodies the spirit of wrapping HTTP requests.
``bash`
npm install choux --save
`bash`
yarn add choux
1. Clone repo:
`bash`
git clone git@github.com:ericmeyer/choux.git
2. Install packages:
`bash`
npm install
3. Run checks:
`bash`
npm run verify
1. Commit all code changes.
2. Update the version number in package.json.
3. Build:
`bash`
npm run build
4. Commit all changes including dist files and merge to main.
5. Publish package:
`bash``
npm publish