Skip to content

realdennis/shortcuts-js-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shortcuts-js starter kit

A template to design your shortcut using awesome shortcuts-js!

  1. Write your actions in src/index.js
  2. Change the name from package.json (It'll be the name generated shortcuts)

When developing...

$ yarn dev

And using safari to download the script file, it should be always the latest shortcuts after you modified the src/index.js.

When publishing...

$ yarn build

It will generate the shortcut file like dev mode after remove & re-create whole target folder, it's supposed to be used in production enviroment if we generate other info in dev mode.