slug-component

slug generator

MIT 3 个版本
安装
npm install slug-component
yarn add slug-component
pnpm add slug-component
bun add slug-component
README

slug

slug generator

Installation

$ component install yields/slug

API

slug(str[, replacement])

slug('foo bar');
// > foo-bar
slug('foo bar', '_');
// > foo_bar

Tests

$ make test

License

MIT

版本列表
1.1.0 2013-02-15
1.0.0 2013-02-12
0.0.1 2012-11-28