0.0.5 • Published 11 years ago
alfred-scaffold v0.0.5
This is just some scaffolding code for creating a simple filter then open url alfred workflow.
Install
npm install alfred-scaffold -gUse
new-alfred-workflow --name <name>This creates a new directory with all the files needed to build your extension.
Instructions to build your extension
To create a simple filter -> openurl workflow:
- edit
src/workflow.js; use thealfredomodule to generate candidate items for feedback. - put your filter and workflow icons into the
imagesfolder - Update
package.jsonwith name, author, description and relative icon paths. make -f makefile.mk packto create the alfred workflow in the same directory. It will use package.json information