0.0.1 • Published 4 years ago

walkman-cli v0.0.1

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

Walkman CLI

Safely manage directories and files via select menus.

Environment Configs

KeyValueDetails
"rootDir"stringPath to root directory of machine. Used for initial menu. If ignored, will default to what is thought to be the root directory.
"logs""a" \| "w" \| "i"Manage log output. "a" - (Default) Append to file "w" - Track last command only "i" - Do not write to log.txt file

Development install

Download and install packages. (Preferably via NPM)

npm install

# local development
npm run local
0.0.1

4 years ago