create-directory-with-cli

1.0.1 • Public • Published

This NPM package will help to create directories easily using command line interface.


How to install:

npm i -g create-directory-with-cli

How to use:

  1. Go to the location where you want to create the directory or directories.
  2. Type the below command in the terminal. Make sure to modify the directoryName in the below command with the name you want.
Creating single directory
nmkdir directoryName
example:
nmkdir pages
Creating multiple directories
nmkdir directoryName1 directoryName2
example:
nmkdir pages contexts hooks components firebase

What it will do:

This creates a directory with the given directoryName name as in the below structure.

├── currentDirectoryInTerminal
    ├── directoryName1
    ├── directoryName2

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i create-directory-with-cli

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    2.86 kB

    Total Files

    3

    Last publish

    Collaborators

    • murali_prasanth