vendify-sdk
v0.0.0
Published
Fast, powerful, and easy to use JavaScript SDK for building and managing carts, checkouts and receipts for your e-commerce front-end from the cartify API.
Downloads
6
Maintainers
Readme
Installation
using npm : npm install @afridek-software/swift-engne
Documentation
See the documentation webpage.
Our documentation module source code resides in vendify-sdk/docs
If you would like to make contributions to the Vendify SDK documentation source, here is a guide in doing so.
Contributing
Check out the contributing guide
Running the tests
You can run the unit tests for this library from your command line using
npm test
to watch for changed and re-run the tests automatically
npm run test:watch
Code style
we use the Airbnb JavaScript style guide, and Prettier as our linting tool.
to lint your code
npm run lint
to automatically fix violations
npm run lint:fix