Manages dependencies
Author: Trideep Gogoi
This application runs on Node.js
Clone the repo
git clone https://github.com/trideepgogoi/brigadesolution.git
cd brigadesolution/
Running the program The Program can be run in two ways and requires the use of node.js.
- Interactive Mode:
node dependencymanager.js
This mode allows you to input the Commands in the terminal.
- Provide a list of dependencies as a file (Example file attached: filelist.txt)
node dependencymanager.js < filelist.txt
This mode takes input in the form of a standard UNIX input stream. In this example filelist.txt is assumed to be the list of input commands.