0.0.0 • Published 1 year ago

@afridek/astro-sdk v0.0.0

Weekly downloads
-
License
BSD 3-Clause Lice...
Repository
github
Last release
1 year ago

Installation

using npm : npm install @afridek/astro-sdk

using yarn : yarn add @afridek/astro-sdk

Documentation

See the documentation webpage.

Our documentation module source code resides in astro-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

Support

for support email giftmoobi@gmail.com

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