neutralinojs / neutralinojs-cli

neu cli for Neutralinojs
https://neutralino.js.org/docs/cli/neu-cli
MIT License
91 stars 56 forks source link

Replace figlet with console.log() and remove figlet dependency #264

Closed Sadaf-A closed 3 months ago

Sadaf-A commented 3 months ago

Resolves: #262

This PR Removes the figlet dependency and uses console.log() instead to print the ASCII art

with figlet: before(1) with console.log(): after