find-executable-lib

Core APIs used by find-executable


Keywords
executable, realpath, javascript, monorepo, nodejs, typescript, utility
License
MIT
Install
npm install find-executable-lib@0.1.9

Documentation

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