format scripts
This commit is contained in:
parent
d52dd5249f
commit
e0daeb97f4
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
import { slugify } from 'https://deno.land/x/slugify/mod.ts';
|
||||
import { slugify } from "https://deno.land/x/slugify/mod.ts";
|
||||
|
||||
for (const sourceFileName of Deno.args) {
|
||||
console.log(slugify(sourceFileName).replace(/_+/g, '-').toLowerCase());
|
||||
console.log(slugify(sourceFileName).replace(/_+/g, "-").toLowerCase());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue