Package Exports
- @opencollective/taxes
- @opencollective/taxes/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@opencollective/taxes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Open Collective Taxes
Foreword
If you see a step below that could be improved (or is outdated), please update the instructions. We rarely go through this process ourselves, so your fresh pair of eyes and your recent experience with it, makes you the best candidate to improve them for other users. Thank you!
Development
Prerequisite
- Make sure you have Node.js version >= 18.
- We recommend using nvm:
nvm use.
Install
We recommend cloning the repository in a folder dedicated to opencollective projects.
git clone git@github.com:opencollective/opencollective-taxes.git opencollective/taxes
cd opencollective/taxes
npm installRelease
- Bump version with
npm version {patch|minor|major} - Run
npm run build - Run
npm publish
Contributing
Code style? Commit convention? Please check our Contributing guidelines.
TL;DR: we use Prettier and ESLint, we do like great commit messages and clean Git history.
Tests
You can run the tests using npm test or npm run test:watch (for TDD).
Discussion
If you have any questions, ping us on Discord or Twitter (@opencollect).
