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