@hopsoft/controllers
v0.0.12
Published
## Installation
Downloads
71
Readme
Controller Library
Installation
yarn add @hopsoft/controllers
Usage
import ExampleController from '@hopsoft/controllers'
Contributing
Standardize your code before pushing to GitHub.
yarn prettier-standard:format
Publishing
yarn build
git add .
git commit -m "build ..."
yarn publish
git push github
git push github --tags