Provides functions for converting JSON objects to and from CSVs.
- Clone the repo and run
npm install. - Create a new feature branch:
git checkout -b feature/your-feature-branch-name. - Write a test in the
__tests__folder for your feature. - Write the code to get the test passing, running
npm run test. - Push your branch up and submit a pull request.
- npm version patch
- npm publish