main
ChrisKader 4 months ago
parent 256bf676ce
commit b29f7b3ce8
  1. 1
      index.js
  2. 1
      src/index.ts

@ -1,3 +1,4 @@
#!/usr/bin/env node
"use strict"; "use strict";
var __importDefault = (this && this.__importDefault) || function (mod) { var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod }; return (mod && mod.__esModule) ? mod : { "default": mod };

@ -1,3 +1,4 @@
#!/usr/bin/env node
import prompts from 'prompts'; import prompts from 'prompts';
import kebabCase from 'lodash.kebabcase'; import kebabCase from 'lodash.kebabcase';
import sanitize from 'sanitize-filename'; import sanitize from 'sanitize-filename';

Loading…
Cancel
Save