Skip to content

NodeBB/nodebb-plugin-quickstart

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2025
Jun 23, 2024
Jun 23, 2024
Jun 23, 2024
Jun 23, 2024
Jan 20, 2023
Aug 4, 2023
Jun 4, 2014
Jun 4, 2014
Jun 4, 2014
Jul 13, 2016
Feb 18, 2025
Dec 16, 2020
Jun 12, 2023
Mar 7, 2025
Jun 23, 2024
Dec 16, 2020
Mar 7, 2025

Repository files navigation

Quickstart Plugin for NodeBB

A starter kit for quickly creating NodeBB plugins. Comes with a pre-setup SCSS file, server side JS script with an static: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.

Hello World

Really simple, just edit public/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!