1.1.1 • Published 4 years ago
create-stateful-context v1.1.1
User Guide
This project is a tszip package written in
TypeScript with the latest ESNext syntax in src/ and compiled to ES module
output in dist/.
Developing
To compile the project and watch for changes:
yarn devBuilding
To build the release package:
yarn buildPublish
To compile the release build and publish to NPM:
yarn publish