chore(release): 0.1.1

chore(release): 0.1.1
This commit is contained in:
Leifer Mendez
2022-12-12 17:12:51 +01:00
parent 9ecafe5fc8
commit 4aa91cb22a
4 changed files with 12 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
const prompts = require('prompts')
const { yellow, red, cyan } = require('kleur')
const { yellow, red, cyan, bgMagenta } = require('kleur')
const { copyBaseApp } = require('../create-app')
const { join } = require('path')
const { existsSync } = require('fs')
@@ -84,6 +84,7 @@ const startInteractive = async () => {
const indexOfPath = possiblesPath.find((a) => existsSync(a))
await copyBaseApp(indexOfPath, join(process.cwd(), templateName))
console.log(``)
console.log(bgMagenta(`⚡⚡⚡INSTRUCCIONES⚡⚡⚡`))
console.log(yellow(`cd ${templateName}`))
console.log(yellow(`npm install`))
console.log(yellow(`npm start`))