-
Task: File Manager (https://github.com/AlreadyBored/nodejs-assignments/blob/main/assignments/file-manager/assignment.md)
-
Done 10.10.2024 / deadline 15.10.2024
-
Score: 330 / 330
The program is started by npm-script start in following way:
- for node version = 22.9.0:
npm run start -- -- --username=your_username
- for node version < 22.9.0:
npm run start -- --username=your_username