0.0.0 • Published 1 month ago

vendify-sdk v0.0.0

Weekly downloads
-
License
MIT License
Repository
github
Last release
1 month ago

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

Contributors