Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 1.79 KB

README.md

File metadata and controls

72 lines (52 loc) · 1.79 KB

❤️ Command Line Letter ❤️

cli logo

💌 Ask them if they will be your Valentine? 💌

Built with ❤️ using JavaScript

demo


🚀 How to Use This Project

Follow these simple steps to create your personalized Valentine CLI:

💌 1. Personalize the Letter

Open index.js and add your name:

const rainbowTitle = chalkAnimation.rainbow(`This is a letter from (Your Name)\n`);

Replace (Your Name) with your name (Line 16 in index.js).

📦 2. Publish Your NPM Package

Publish your changes as a package:

npm login
npm version patch
npm publish

💻 3. Share the Love ❤️

Ask them to run your CLI using:

npx <your-package-name>

💞 Try the Existing Package

Want to see it in action? Try the existing version:

npx cli-letter

🛠️ Packages Used

📦 Install All Dependencies:

npm i chalk chalk-animation figlet gradient-string inquirer nanospinner

🌟 Show Some Love

If this project helped you get your Valentine, don't forget to ⭐ the repository!

💖 Happy Valentine’s Day! 💖