UNPKG

@tomjs/create-app

Version:

Create a node/web/electron/vscode project based on tomjs

6 lines (4 loc) 128 B
import chalk from 'chalk'; const num = 1 + 1; console.log(`1 + 1 = ${num}`); console.log(chalk.green('Starting Node App...'));