[refactor] [s]: update imported packages
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
const { program } = require('commander')
|
const { program } = require("commander");
|
||||||
const chalk = require('chalk')
|
const chalk = require("chalk");
|
||||||
const prompts = require('prompts')
|
const prompts = require("prompts");
|
||||||
const package = require('./package.json')
|
const path = require("path");
|
||||||
|
const { install, initGit } = require("./helpers/install");
|
||||||
|
const package = require("./package.json");
|
||||||
|
const copy = require("./helpers/copy");
|
||||||
|
const Listr = require("listr");
|
||||||
|
|
||||||
// Output path to create new portal app
|
// Output path to create new portal app
|
||||||
let projectPath = ''
|
let projectPath = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user