gaeuly
v1.0.1
Published
A simple and elegant splash screen library to display a custom ASCII art on your CLI.
Downloads
7
Maintainers
Readme
🌸 gaeuly
A simple and elegant splash screen library to display a custom, gradient-colored ASCII art on your CLI.
Perfect for adding a personal touch to your Node.js projects, Discord bots, or any command-line application.
📦 Installation
Install gaeuly in your project using npm:
npm install gaeuly🚀 Usage
It's incredibly simple to use Just require the package and execute the function at the very top of your application's entry file (e.g., index.js or app.js).
// Require the library
const showMyArt = require('gaeuly');
// Execute it to show the splash screen
showMyArt();
// ... the rest of your code
// e.g., const { Client } = require('discord.js');Every time you run your application, your awesome splash screen will appear first ✨
💖 Contribute
Feel free to submit a PR or open an issue if you want to improve this project!
📃 License
Distributed under the ISC License. See LICENSE for more information (though we don't have this file, it's standard practice to mention it).
