Skip to content

Conversation

@yurakuzmich
Copy link
Owner

Scoring: Node.js basics

Check

For check simplification you have npm-scripts in package.json.
NB! Some scripts have predefined data (e.g. environment variables, CLI arguments). Feel free to change it during the check if necessary.

Basic Scope

  • File system (src/fs)
    • +6 create.js implemented properly - DONE
  • Command line interface(src/cli)
    • +6 env.js implemented properly - DONE
    • +6 args.js implemented properly - DONE
  • Modules(src/modules)
    • +20 cjsToEsm.cjs refactored properly - DONE
  • Hash (src/hash)
    • +10 calcHash.js implemented properly - DONE
  • Streams (src/streams)
    • +10 read.js implemented properly - DONE
    • +10 write.js implemented properly - DONE
    • +10 transform.js implemented properly - DONE
  • Zlib (src/zip)
    • +10 compress.js implemented properly - DONE
    • +10 decompress.js implemented properly - DONE

TOTAL: 98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants