frame.state
Overview
$3
To get started with
frame.state, clone the repository and follow the setup instructions provided below.
``
bash
git clone git@...:RGF-Modul-Apps/FDM-packages/frame.state.git
cd frame.state
yarn
yarn dev
``
$3
- 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