Skip to content

SchedulePicker is browser extension what can easily insert schedule events of the Garoon to a text editor on the kintone.

License

Notifications You must be signed in to change notification settings

mu2in/SchedulePicker3

 
 

Repository files navigation

SchedulePicker3

SchedulePicker

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.

Getting Started

cd SchedulePicker3
npm install
npm run watch:(chrome|firefox)

Development scripts

npm run build

It generate package of this extensions.

  • npm run build:chrome - package is generated to dist/chrome.
  • npm run build:firefox - package is generated to dist/firefox.

npm run watch

Runtime detection of code changes.

  • npm run watch:chrome - script for chrome.
  • npm run watch:firefox - script for firefox.

npm run lint

Boolean check if code conforms to linting rules - uses xo

npm run test

Boolean check if unit tests all pass - uses jest

  • npm run test -- --watch - will run core tests in watch-mode

npm run pack

Generate a zip file for distribution

LICENSE

MIT

Disclaimer

This OSS is my own personal work and does not have any relationship with Cybozu, Inc. or any other organization which I belong to.

About

SchedulePicker is browser extension what can easily insert schedule events of the Garoon to a text editor on the kintone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.4%
  • HTML 6.0%
  • SCSS 5.7%
  • JavaScript 1.6%
  • Shell 0.3%