Skip to content

Instantly share code, notes, and snippets.

@magicdawn
Created January 1, 2021 18:26
Show Gist options
  • Save magicdawn/febf83dbafdc8e56a3cb58deb44c62cf to your computer and use it in GitHub Desktop.
Save magicdawn/febf83dbafdc8e56a3cb58deb44c62cf to your computer and use it in GitHub Desktop.
ascii logo for cli
const gradient = require('gradient-string')
const figlet = require('figlet')
console.log(
gradient.rainbow(
figlet.textSync('Hello World !', {
font: 'Standard',
horizontalLayout: 'full',
})
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment