UNPKG

@wep2/cli

Version:

Command line for Wepublish Editor 2

14 lines (11 loc) 226 B
#!/usr/bin/env node const chalk = require('chalk') const figlet = require('figlet') // welcome text console.log( chalk.green( figlet.textSync('WEPUBLISH EDITOR 2') ) ) // defining the cli program import('./program')