We are hiring plugin developers to develop custom plugins
Also highly preferred if you have experience in making the nodeBB into an ios/android app
contact me at
or discord (preferred)
dgTroy#0996
I created my nodebb plugin and uploaded to npm .. Plugin is working and comes up in nodebb plugin page.
But , i want to get the plugin from github repo ,how can i do this plz help
@anirban-dutta why wouldn't you just use the plugin page on ACP? Or just use the npm install
command for your plugin?
@anirban-dutta I use command like this npm install git+https://github.com/me-cooper/nodebb-plugin-makesmart-gallery.git
when repo is not recognized by npm install
Just remember to add .git
at the end of github repo url.