Closed animyrch closed 4 years ago
For this, I would like to have a dedicated class that handles filesystem operations. It can be fs.ts and be unitarily tested by fs_test.ts
fs.ts can scan a folder with scanFolder method and expose found files through the property folderStructure in the form of an array.
As the starting point, when one uses
deno run doc
, the system should be able to create the main menu item names in the output file from folder names insidetest
folder.