1.0.0 • Published 3 years ago

use-you v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

you-cli

A simple cli to create/delete files and folder in directory.

Installation

$ npm install -g use-you

Usage

you [fileName / directoryName] [flag]


Flags:
    --help, -h, --h                Show this message
    --version, -v, --h             Display the version
    -d                             Delete File or Directory
    -i                             Get information of File or Directory    

Examples:

To create a new index.js file

you index.js

To create a new index directory

you index

To create multiple files

you index.js route.js

To create multiple directory

you index route

To delete a file

you index.js -d

To delete a directory

you index -d

To get info of a file

you index.js -i

To get info of a directory

you index -i
1.0.0

3 years ago