9Wares-jsdeprecated

Javascript libraries for communicating with 9Wares

Usage no npm install needed!

<script type="module">
  import WaresJs from 'https://cdn.skypack.dev/9Wares-js';
</script>

README

9Wares Logo">Wares-js

Javascript libraries for communicating with 9Wares

Adding this library to your project

npm install 9Wares-js --save

Running a demo

brunch watch --server

Building this library

  • npm run build - will package it to the dist folder
  • Everything must be committed by this point
  • npm version patch|minor|major - to bump the (appropriate) version

This will create a git tag of the new version that needs to be pushed.

git push origin v0.0.0

Alternatively, you can push "all" the local tags to the server this way...

git push origin --tags

You can removed undesired local tags using below. Helpful if a version tag was created that had bugs and needed to be rebuilt but wasn't deployed or pushed.

git tag -d v0.0.0