mihaliak / slugify-cli

Did you ever need slug of some string asap? Well, this command is for you. Make slugs by pasting strings into command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slugify-cli

Installation

Clone repository:

git clone https://github.com/mihaliak/slugify-cli.git && cd slugify-cli

Create symlink to user bin directory (may be different for you, check your PATH variable):

ln -s "$(pwd)/builds/slugify" /usr/local/bin/slugify

Usage

slugify make "Some kind of crázý štring"

or

slugify make - without string argument command will be asking for inputs forever (ie make multiple slugs at once)

About

Did you ever need slug of some string asap? Well, this command is for you. Make slugs by pasting strings into command line.

License:MIT License


Languages

Language:PHP 100.0%