hyph
v1.0.4
Published
A global CLI to create hyphenated directory names from multiple strings with spaces
Readme
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 hyphUsage
Run the CLI with your desired directory name components:
hyph my awesome directoryThis will create a directory named:
my-awesome-directoryExample
hyph my awesome directoryCreates:
my-awesome-directoryLicense
MIT
