0.0.0 • Published 11 months ago

cartify-sdk v0.0.0

Weekly downloads
-
License
BSD 3-Clause Lice...
Repository
github
Last release
11 months ago

Installation

using npm : npm install cartify-sdk

Documentation

See the documentation webpage.

Our documentation module source code resides in cartify-sdk/docs

If you would like to make contributions to the Astro SDK documentation source, here is a guide in doing so.

Contributing

Check out the contributing guide

Contributors

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