Skip to content
tamusjroyce edited this page Feb 18, 2019 · 1 revision

Welcome to the nodejs_folder_structure wiki!

We will see how much time I have and what drives this project for me.

Road map: 0.1.6

  • Decide what to call this project. Init folder layout?
  • Unit Test!!! Apologies for being side-tracked and not following good software craftsmanship.
  • Syncing npm modules from node_modules to a local location on npm build. Or hopefully inline with npm install.

0.1.7

  • Examples: ** Plugins - inheriting from a class I provide and throwing the script in the plugins folder will make it available to use as a command. For quick and dirty project-specific actions. ** Downloading npm's locally from private repositories ** Other cleaver scripts

0.1.8

  • npm init-like folder builder

0.1.9

  • Security! ** Don't run the plugin until it can be checked that it has a class which inherits from the required plugin class. ** Hash feature. with the npm init-like folder builder, verify plugins and build hashes for them. .gitignore should exclude the hashes. Without an npm audit, some limitations should be added. Overriding these should be done outside of a project path (so there is no possibility of them being checked in)
Clone this wiki locally