1.0.5 • Published 2 years ago

ziro-state v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Ziro State

Easy to use web app state management. View the documentation at ziro-state.alexlockhart.me

Netlify Status

A Ziro Project

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
1.0.5

2 years ago

1.0.4

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago