Using make:
make run
Using bin file:
./whereisdep \
-p ./examples/simple-react-app/package.json \
-s ./examples/simple-react-app
make buildandrun
option | description | is required | default value |
---|---|---|---|
-h | --help | Display this help menu | (no) | N/A |
-p | --packageJsonFilePath | Set the path of the package.json file | (* yes) | N/A |
-s | --searchDir | Set the searching directory of JS files | (* yes) | N/A |
-e | --ext | Set the target search files extensions | (no) | [".js", ".jsx"] |
To use whereisdep globally from any terminal window $ whereisdep
:
- Mac/Linux:
cp whereisdep /usr/local/bin/whereisdep
- Versioning
- Coloring match substring
- Testing
- CI/CD pipeline
- Themes
- Dockerizing
- Exporting
- Perform Actions (package by package)
- Optioning json keys
- Optioning exclude searching paths