frame.statemachine
v1.1.4
Published
A sample project demonstrating the use of robot3 with react-robot for state management.
Readme
frame.state
Overview
Getting started
To get started with frame.state, clone the repository and follow the setup instructions provided below.
git clone git@...:RGF-Modul-Apps/FDM-packages/frame.state.git
cd frame.state
yarn
yarn devPublish the package
- update the file package.json
- check whether all packages are up to date (yarn outdated)
- update packages
- update the version number in package.json
- make sure that the package.json is not private
- export the required functions and classes (in index.ts)
- document the package
- yarn doc
- build the package
- yarn build
- commit and push the package
- git commit
- git push
- publish the package
- npm publish
