1
0
Fork 0

chore(new-design): Include banner

This commit is contained in:
joostdecock 2022-12-30 16:38:55 +01:00
parent 93de1d698f
commit c13adff8f1
3 changed files with 15 additions and 4 deletions

View file

@ -1,9 +1,9 @@
// import { banner } from './banner.mjs'
import { banner } from './banner.mjs'
import { checkNodeVersion, getChoices, createEnvironment } from './utils.mjs'
export const cli = async () => {
// Make it pretty
// console.log(banner+"\n")
console.log(banner + '\n')
// Make sure we have a valid NodeJS version
checkNodeVersion()