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