Go to file
2014-11-11 18:00:20 -05:00
static fixed forms to better match bootstrap 2014-10-03 11:13:45 -04:00
.gitattributes init 2014-06-04 16:08:24 -04:00
.gitignore init 2014-06-04 16:08:24 -04:00
.npmignore init 2014-06-04 16:08:24 -04:00
library.js fixing router issue 2014-11-11 18:00:20 -05:00
LICENSE init 2014-06-04 16:08:24 -04:00
package.json 0.1.0 2014-11-10 12:33:23 -05:00
plugin.json forgot templates dir 2014-08-05 12:22:10 -04:00
README.md updated readme 2014-11-10 12:33:11 -05:00

Quickstart Plugin for NodeBB

A starter kit for quickly creating NodeBB plugins. Comes with a pre-setup LESS file, server side JS script with an action:app.load hook, and a client-side script. Most plugins need at least one of the above, so this ought to save you some time. For a full list of hooks have a look at our wiki page, and for more information about creating plugins please visit our documentation portal.

Fork this or copy it, and using your favourite text editor find and replace all instances of nodebb-plugin-quickstart with nodebb-plugin-your-plugins-name. Change the author's name in the LICENSE and package.json files.

Once you're done don't forget to publish it on NPM, and make a thread about it here.

Hello World

Really simple, just edit static/lib/main.js and paste in console.log('hello world');, and that's it!

Installation

npm install nodebb-plugin-quickstart

Screenshots

Don't forget to add screenshots!