Clone this repository with comand:
git clone
To check the tasks open terminal(your curent work directory should be:User/../node-nodejs-basics/ ) and follow this instructions:
- read:
npm run fs-read - write:
npm run fs-write - delete:
npm run fs-delete - list:
npm run fs-list - copy:
npm run fs-copy - rename:
npm run fs-rename
-
env:
-
for bash and zsh
RSS_name1=foo RSS_name2=bar node src/cli/env.js -
for windows powershell
"set RSS_name1=foo&& set RSS_name2=foo node src/cli/env.js -
argv:
npm run cli-argv
- hash:
npm run hash
- modules:
npm run modules
- read stream:
npm run r-stream - write stream:
npm run w-stream - transform stream:
npm run t-stream
- compress:
npm run compress - decompress:
npm run decompress
- worker:
npm run worker
- cp:
npm run cp