All Projects → sindresorhus → Slugify Cli

sindresorhus / Slugify Cli

Licence: mit
Slugify a string

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Slugify Cli

Slugify
Slugify a string
Stars: ✭ 2,110 (+4206.12%)
Mutual labels:  npm-package, transliteration, slug
Unsplash Wallpaper
Use an image from unsplash.com as your background image from a simple command.
Stars: ✭ 238 (+385.71%)
Mutual labels:  cli-app, npm-package
Terminal Image Cli
Display images in the terminal
Stars: ✭ 234 (+377.55%)
Mutual labels:  cli-app, npm-package
Conduct
🖖 Generate a Code of Conduct for your project
Stars: ✭ 360 (+634.69%)
Mutual labels:  cli-app, npm-package
Fast Cli
Test your download and upload speed using fast.com
Stars: ✭ 2,178 (+4344.9%)
Mutual labels:  cli-app, npm-package
Run Electron
Run Electron without all the junk terminal output
Stars: ✭ 187 (+281.63%)
Mutual labels:  cli-app, npm-package
Speed Test
Test your internet connection speed and ping using speedtest.net from the CLI
Stars: ✭ 3,654 (+7357.14%)
Mutual labels:  cli-app, npm-package
Wait For Localhost Cli
Wait for localhost to be ready from the command-line
Stars: ✭ 101 (+106.12%)
Mutual labels:  cli-app, npm-package
Sindresorhus Cli
The Sindre Sorhus CLI
Stars: ✭ 436 (+789.8%)
Mutual labels:  cli-app, npm-package
Capture Website Cli
Capture screenshots of websites from the command-line
Stars: ✭ 545 (+1012.24%)
Mutual labels:  cli-app, npm-package
Urlify
A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.
Stars: ✭ 633 (+1191.84%)
Mutual labels:  transliteration, slug
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (+175.51%)
Mutual labels:  cli-app, npm-package
Replace In Files Cli
Replace matching strings and regexes in files
Stars: ✭ 129 (+163.27%)
Mutual labels:  cli-app, npm-package
Do Not Disturb Cli
Control the macOS `Do Not Disturb` feature from the command-line
Stars: ✭ 205 (+318.37%)
Mutual labels:  cli-app, npm-package
Doge Seed Cli
Generate dank mnemonic seed phrases in the terminal
Stars: ✭ 118 (+140.82%)
Mutual labels:  cli-app, npm-package
MinifyAllCli
📦 A lightweight, simple and easy npm tool to 𝗺𝗶𝗻𝗶𝗳𝘆 JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as 𝑪𝑳𝑰 tool or 𝒊𝒎𝒑𝒐𝒓𝒕𝒂𝒃𝒍𝒆 in TS/JS as a 𝑴𝑶𝑫𝑼𝑳𝑬 🥰
Stars: ✭ 21 (-57.14%)
Mutual labels:  npm-package, cli-app
Slug Generator
Slug Generator Library for PHP, based on Unicode’s CLDR data
Stars: ✭ 740 (+1410.2%)
Mutual labels:  transliteration, slug
Delay Cli
Delay execution for a given amount of seconds
Stars: ✭ 74 (+51.02%)
Mutual labels:  cli-app, npm-package
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (+83.67%)
Mutual labels:  cli-app, npm-package
Limax
Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.
Stars: ✭ 423 (+763.27%)
Mutual labels:  transliteration, slug

slugify-cli

Slugify a string

Install

$ npm install --global slugify-cli

Usage

$ slugify --help

  Usage
    $ slugify <string>

  Options
    --separator=<string>           Word separator [Default: -]
    --no-lowercase                 Don’t make the slug lowercase
    --no-decamelize                Don’t convert camelCase to separate words
    --preserve-leading-underscore  If your string starts with an underscore, it will be preserved in the slugified string

  Examples
    $ slugify 'Déjà Vu!'
    deja-vu
    $ slugify 'Unicorns & Rainbows' --separator='_'
    unicorns_and_rainbows

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].