Skip to content
/ hyph Public

A dead simple CLI tool to create a hyphenated directory name from multiple string arguments with spaces.

License

Notifications You must be signed in to change notification settings

jbakchr/hyph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyph

A dead simple CLI tool to create a hyphenated directory name from multiple string arguments with spaces.

Installation

Install globally using npm:

npm install -g hyph

Usage

Run the CLI with your desired directory name components:

hyph my awesome directory

This will create a directory named:

my-awesome-directory

Example

hyph my awesome directory

Creates:

my-awesome-directory

License

MIT

About

A dead simple CLI tool to create a hyphenated directory name from multiple string arguments with spaces.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published