Skip to content

kawaguchi1102/dir-create-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published