Skip to content

Commit

Permalink
Updated README with uber-basic instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Jan 14, 2010
1 parent 7067e5b commit 6253d37
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.markdown
Expand Up @@ -31,4 +31,16 @@ internal files so that you don't have to rebuild the plugin to try out
changes (you'll still need to relaunch Coda between changes, though).

Now go build something cool
===========================
===========================

1. Edit `setup.py`, enter your sweet new plugin name and details.

2. Rename `CodaPluginSkeleton.py` (and the class inside) to match your plugin
name. Be sure to change CodaPluginSkeleton's plugin_name variable as well.

3. Edit `src/Contents/Resources/English.lproj/PluginActions.plist` and add your
actions.

4. Add corresponding action scripts to `src/Support/Scripts`. If your plugin
needs additional libraries, drop them in `src/Library` and they'll be
automatically included.

0 comments on commit 6253d37

Please sign in to comment.