@itisha_naliyadra/dir
v1.0.1
Published
## Description
Readme
Node.js Directory Creator
Description
This Node.js script allows you to create a directory with the specified name using the shelljs library.
Installation
Install the package using npm:
npm install @itisha_naliyadra/dirUsage
Run the following command to create a directory:
dir <directory-name>Example
dir utilsThis will create a directory named utils in the current working directory.
