0.0.7 • Published 5 years ago
dir-create-cli v0.0.7
dir-create-cli 
a command line tool to create directories.
Installation
npm install -g dir-create-cliUsage
Create a directory from createdir.yaml in the current directory:
$ dir-create --createExample of a sample createdir.yaml description:
sample:
parent_1:
child_1:
parent_2:
child_1:
item_1:
item_2:
child_2:
item_1:Command to copy sample createdir.yaml directly into the directory:
$ dir-create --sampleOptions
-V, --version output the version number
-c, --create create directory
--sample copy sample yaml
-h, --help display help for commandLicense
This project is licensed under the MIT License.