first commit
This commit is contained in:
commit
b23be55d42
838 changed files with 730684 additions and 0 deletions
10
node_modules/slug/cli.js
generated
vendored
Executable file
10
node_modules/slug/cli.js
generated
vendored
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
import slug from './slug.js'
|
||||
|
||||
if (process.argv.length < 3) {
|
||||
console.log('Usage: slug <string>')
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
console.log(slug(process.argv[2]))
|
||||
Loading…
Add table
Add a link
Reference in a new issue