0.0.4 • Published 7 years ago
udf-cli v0.0.4
Universal Download File Cli
Installation
npm install -g udf-cliUsage
udf --helpHow to download file
udf download
# Example
udf download
? url
? dirHow to list file
udf list
# Example
udf list folderNameHow to run test
Prerequisites: Installed Node.js and NPM
cd [app_dir]
npm install
npm run test