Go to file
2014-08-10 20:42:08 -04:00
static fixed incorrect namespacing of plugin admin page 2014-08-10 20:42:08 -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 fixed incorrect namespacing of plugin admin page 2014-08-10 20:42:08 -04:00
LICENSE init 2014-06-04 16:08:24 -04:00
package.json init 2014-06-04 16:08:24 -04:00
plugin.json forgot templates dir 2014-08-05 12:22:10 -04:00
README.md fixed link to hooks docs 2014-06-04 16:10:38 -04: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 the documentation.

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!