1.0.0 • Published 4 years ago

pypi-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

About Project

CLI tool to download and install python packages from input json file

Usage

Usage: node index command --path JSON_file_path

  • where command is: install or i node index install or node index i: install python package dependencies mentioned in 'dependencies.json' file If no command is specified displays help on command usage

  • Options: --path or -p : specify JSON_file_path i.e., path of JSON file containing dependencies If path isn't specified, defaults to './dependencies.json -h: displays help on command usage

Output in terminal

If case all are successfully installed print success If some failed then print list of all failed packages, one of each in separate line.