kivra_client_vanilla
v1.1.6
Published
VanillaJS version of kivra_client
Downloads
3
Readme
kivra_client_vanilla
VanillaJS version of kivra_client
Install
$ npm install kivra_client_vanilla
Deployment
This is a public npm package and can easely be published from the terminal:
$ npm login
(use your own npm user and get added to Kivra organization)
$ npm version major|minor|patch
(bump version number in package.json)
$ git push
(to keep master in sync)
$ npm publish
Make sure to run npm run build
before publishing