mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
fix(cli): 🔥 create script - templates
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
const { startInteractive } = require('@bot-whatsapp/cli')
|
||||
/**
|
||||
* Main function
|
||||
* Voy a llamar directo a CLI
|
||||
* Temporalmente luego mejoro esta
|
||||
* parte
|
||||
* @returns
|
||||
*/
|
||||
const main = () => {
|
||||
console.clear()
|
||||
console.log(``)
|
||||
console.log(`[PostInstall]: Este es el main function.`)
|
||||
console.log(`[PostInstall]: 👌 Aqui podrias instalar cosas`)
|
||||
console.log(``)
|
||||
}
|
||||
const main = () => startInteractive()
|
||||
|
||||
module.exports = main
|
||||
|
||||
Reference in New Issue
Block a user