1.0.2 • Published 3 years ago

hvr-unique-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Documentation

This CLI is only working in Windows OS.

Table of Contents

Quickstart

Install

$ npm install -g hvr-unique-cli

Getting Started

Install

$ npm install -g hvr-unique-cli

Usage

Run

$ hvr-unique [flags] "required argument" "optional argument"

Create a unique directory

To create a directory with a unique directory name

$ hvr-unique -d [dirname]

Replace [dirname] with the desired directory name

Create a unique file

To create a file with a unique file name

$ hvr-unique -f [filename]

Replace [filename] with the desired file name

Create a unique id

To create a id with a unique id

$ hvr-unique -i [prefix] [suffix]

Replace [prefix] & [suffix] with the desired prefix & suffix

Get Help

$ hvr-unique --help