A starter kit for quickly creating NodeBB plugins.
Find a file
2025-04-22 19:36:33 -04:00
lib Update controllers.js 2025-02-18 09:50:12 -05:00
public/lib refactor: closes #300 2024-06-23 12:02:25 -04:00
scss refactor: closes #300 2024-06-23 12:02:25 -04:00
static refactor: closes #300 2024-06-23 12:02:25 -04:00
templates refactor: closes #300 2024-06-23 12:02:25 -04:00
test feat: add eslintrc for test/ 2023-01-20 11:55:52 -05:00
.eslintrc refactor: quickstart acp client-side js to ES Module 2023-08-04 16:21:10 -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
commitlint.config.js chore: update eslint and commitlint configs to match core 2020-12-16 13:54:56 -05:00
library.js Merge branch 'master' of https://github.com/NodeBB/nodebb-plugin-quickstart 2023-06-12 11:30:55 -04:00
LICENSE changed license year 2016-07-13 13:25:14 -04:00
package.json chore(deps): update dependency eslint-config-nodebb to v1.1.4 2025-04-22 19:36:33 -04:00
plugin.json refactor: closes #300 2024-06-23 12:02:25 -04:00
README.md Update README.md 2025-02-18 09:49:25 -05:00
renovate.json Add renovate.json 2020-12-16 13:53:10 -05:00
yarn.lock chore(deps): update dependency eslint-config-nodebb to v1.1.4 2025-04-22 19:36:33 -04:00

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!