ziro-state
v1.0.5
Published
Easy to use web app state management
Downloads
2
Readme
Ziro State
Easy to use web app state management. View the documentation at ziro-state.alexlockhart.me
Install
npm install ziro-state
For usage, refer to the documentation.
Contributing
Clone the repo and then run npm link.
cd ziro-state
npm link
npm run watch
cd ../../ # Some other directory
npm link ziro-state
Publishing
# Bump version in package.json
npm run build
git add .
git commit -m "Something"
git push origin main
npm publish