dir-create-cli
v0.0.7
Published
a command line tool to create directories
Downloads
3
Readme
dir-create-cli
a command line tool to create directories.
Installation
npm install -g dir-create-cli
Usage
Create a directory from createdir.yaml
in the current directory:
$ dir-create --create
Example 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 --sample
Options
-V, --version output the version number
-c, --create create directory
--sample copy sample yaml
-h, --help display help for command
License
This project is licensed under the MIT License.