dir-create-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i dir-create-cli

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

6.5 kB

Total Files

13

Last publish

Collaborators

  • kawaguchi1102