Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alfred-link

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alfred-link

Make your Alfred workflows installable from npm

  • 0.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
66
decreased by-30.53%
Maintainers
2
Weekly downloads
 
Created
Source

Make your Alfred workflows installable from npm

Install

$ npm install --save alfred-link

Usage

Add the alfred-link command as postinstall script of your Alfred package.

{
  "name": "alfred-unicorn",
  "scripts": {
    "postinstall": "alfred-link"
  }
}

You can now install the alfred-unicorn package like this

$ npm install -g alfred-unicorn.

This will update info.plist with the information from package.json and creates a unicorn symlink inside the Alfred workflows directory that points to the location of the alfred-unicorn module.

info.plist

This package will update the info.plist file when the workflow is being installed. The following properties in info.plist can be safely omitted. The corresponding values in package.json are added to the plist file.

info.plistpackage.json
namename
versionversion
descriptiondescription
createdbyauthor.name
webaddressauthor.url

Note: If the workflow is prefixed by alfred-, that prefix is being removed in the name of info.plist. For example, alfred-unicorn becomes unicorn.

  • alfy - Create Alfred workflows with ease

License

MIT © Sam Verschueren

Keywords

FAQs

Package last updated on 02 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc