nodebb-plugin-quickstart
-
nodebb-plugin-quickstart
https://github.com/NodeBB/nodebb-plugin-quickstartA few questions. Is the folder standards uptodate in this plugin.
- Why is the template folder in static
- Why is there lib in both root and static
Is it just random hierarchy or does it exist a why for this? I know i cant specify any path myself but it would be nice to follow a standard.
I know, there are more important questions to answer but I am just curious
-
ok, maybe we can update to quickstart plugin to something that make sense.
have the standard folders in the plugin root. Whats the difference between the lib folders
Root
- templates
- static
- lib
- acpscripts
- scripts
And maybe have the doc info in the readme for this plugin.
https://nodebb.readthedocs.io/en/latest/plugins/create.html -
lib
in the root is server code,static/lib
is client scripts.After much searching, there does not appear to be even the slightest semblance of any standard in the node world.
-
I like this platform but documentation and standards is not that good. But hay! Something is good