/sublime-plugin-node-bridge

Example of how to create a Sublime Text (2+3) plugin with node

Primary LanguagePython

This should be a good starting point when you want to create a Sublime Text 2/3 plugin with the help of node.js.

This is mostly a stripped down version of sublime-specificity. Thanks keeganstreet.

Install & run

Clone this repo to your package folder (usually /Users/<username>/Library/Application Support/Sublime Text 2/Packages).

Then open the console in Sublime Text and hit

view.run_command("node_bridge")

License

MIT