1.0.4 • Published 3 years ago
bash-commands v1.0.4
Bash commands
This package has been created in order to run bash commands directly from node.js.
Commands available
npm run build-docs
: Build the documentationnpm run test-tool [PATH]
: Run file given as argument
List of bash commands
- ls (standalone library here)
- echo (standalone library here)
- cat
- grep
- sed
- mv
- rm
- mkdir
- cp
- find
- which
- kill
- sleep (standalone library here)
- clear
- touch
- pwd