Skip to content

Instantly share code, notes, and snippets.

@joshearl
Last active May 2, 2017 13:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joshearl/5517849 to your computer and use it in GitHub Desktop.
Save joshearl/5517849 to your computer and use it in GitHub Desktop.
Example Fetch.sublime-settings file that shows how to add the WordPress Plugin Boilerplate to the list of packages you can install with the Fetch plugin.
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js"
},
"packages":
{
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"wordpress_plugin_boilerplate": "https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/zipball/master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment