While working with React, I wanted to have a cool ASCII art banner while running the React application in the terminal. I have tried so many NPM packages and libraries but none helped. So I have decided to make a package and built reactasciibanner.
This package will help to add custom ASCII art while running React applications like below
To use this package. We just have to install it in the React application using npm.
npm i @deepcodr/reactasciibanner
Once installed add the ASCII art text to the file called ReactBannerArt.txt and put this file in the src folder of the application.
Then update the package.json start script command from
react-scripts start
to
react-banner start
And that's it you will see ASCII art in the terminal after running the application using npm start
package link @deepcodr/reactasciibanner
Video Tutorial To Use Package :
Top comments (0)