0.0.7 • Published 5 years ago

dir-create-cli v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

dir-create-cli npm version

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.

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago