A dead simple CLI tool to create a hyphenated directory name from multiple string arguments with spaces.
Install globally using npm:
npm install -g hyph
Run the CLI with your desired directory name components:
hyph my awesome directory
This will create a directory named:
my-awesome-directory
hyph my awesome directory
Creates:
my-awesome-directory
MIT