Skip to content

C++ CLI application to search package.json dependencies in given directories.

Notifications You must be signed in to change notification settings

khaledalam/whereisdep

Repository files navigation

WhereIsDep

C++ CLI application to search package.json dependencies in given directories.

Run:

Using make:

make run

Using bin file:

./whereisdep \
	-p ./examples/simple-react-app/package.json \
	-s ./examples/simple-react-app
[for development] Compile and run:
make buildandrun

CLI options:

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"]

Add executable file to your bin folder

To use whereisdep globally from any terminal window $ whereisdep :

  • Mac/Linux: cp whereisdep /usr/local/bin/whereisdep

TODO

  • Versioning
  • Coloring match substring
  • Testing
  • CI/CD pipeline
  • Themes
  • Dockerizing
  • Exporting
  • Perform Actions (package by package)
  • Optioning json keys
  • Optioning exclude searching paths

About

C++ CLI application to search package.json dependencies in given directories.

Resources

Stars

Watchers

Forks

Packages

No packages published