Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

ksxnodeapps/fun-little-utilities

Repository files navigation

Khải's Fun Little Utilities

FOSSA Status

Development

System Requirements

  • Node.js ≥ 8.9.0
  • Package Manager: pnpm
  • Git

Scripts

Build

pnpm run build

Clean

pnpm run clean

Test

Test Everything
pnpm test
Test Changed Files Only
pnpm test -- --onlyChanged
Update Jest Snapshot
pnpm test -- -u

Start Node.js REPL

This starts a Node.js REPL where you can import every module inside packages/ folder.

pnpm run repl

License

MIT © Hoàng Văn Khải

FOSSA Status