Snow 1d0b9c5323 增加了node环境 | 1 month ago | |
---|---|---|
.. | ||
test | 1 month ago | |
.npmignore | 1 month ago | |
.travis.yml | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
index.js | 1 month ago | |
package.json | 1 month ago |
Slugify IDs like GitHub.
npm install github-slugid
var slug = require('github-slugid');
slug('Hello World') == 'hello-world';