D2 - Developer Documentation

An Alfred Workflow


Short Description

Quick access to popular libraries, frameworks & tools online developer documentation

Last Updated

06 May 2017

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.1
 

Bundle ID

com.nirelbaz.d2
 

Author

D2 - Developer Documentation

Quick access to popular libraries, frameworks & tools online developer documentation.

With all these great frameworks & libraries out there, it's hard to master each one of them.
D2 (Developer Documentation) provides links to online documentation of the most popular frameworks, libraries and other development tools, so you’ll able to get some answers quickly.

Submit a New Link

  1. Open D2 repository on Github
  2. Make sure the link is not already in the file
  3. Edit data.json file
  4. Add your link object to the bottom of the array:
{
  "name": "Tool's name as appear on its website",
  "description": "Tool's description as appear on its website, up to 100 characters",
  "tags": ["lowered", "case", "tags"],
  "link": "direct link to documentation / api page, e.g. https://emberjs.com/api/",
  "timestamp": "current date as YYYY-MM-DD, e.g. 2017-01-01",
  "credit": "your_username@some_website, e.g. nire0510@github"
}
  1. Submit your PR

Screenshots