chore(new-design): Include banner
This commit is contained in:
parent
93de1d698f
commit
c13adff8f1
3 changed files with 15 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue