SchedulePicker is browser extension what can easily insert schedule events of the Garoon to a textarea. Please read wiki if you want to know it usage.
cd SchedulePicker3
npm install
npm run watch:(chrome|firefox)
It generate package of this extensions.
npm run build:chrome
- package is generated todist/chrome
.npm run build:firefox
- package is generated todist/firefox
.
Runtime detection of code changes.
npm run watch:chrome
- script for chrome.npm run watch:firefox
- script for firefox.
Boolean check if code conforms to linting rules - uses xo
Boolean check if unit tests all pass - uses jest
npm run test -- --watch
- will run core tests in watch-mode
Generate a zip file for distribution
This OSS is my own personal work and does not have any relationship with Cybozu, Inc. or any other organization which I belong to.