Skip to content

personagrata9/q2-node-nodejs-basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js basics

node version: v16.15.0

Testing:

File system (src/fs):

  • npm run fs:create
  • npm run fs:copy
  • npm run fs:rename
  • npm run fs:delete
  • npm run fs:list
  • npm run fs:read

Command line interface(src/cli):

  • RSS_1=1 RSS_2=2 npm run cli:env
  • npm run cli:args -- --prop1 val1 --prop2 val2

Modules(src/modules):

  • npm run modules

Hash (src/hash):

  • npm run hash

Streams (src/streams):

  • npm run streams:read
  • npm run streams:write
  • npm run streams:transform

Zlib (src/zip):

  • npm run zip:compress
  • npm run zip:decompress

Worker Threads (src/wt)

  • npm run wt

Child Processes (src/cp)

  • npm run cp arg1 arg2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%