ziro-state

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ziro-state

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

729 kB

Total Files

31

Last publish

Collaborators

  • alexlockhart