npm install debangsuA lightweight, interactive CLI tool that displays my portfolio, resume, and social links directly in your terminal.
- đ¨ ASCII Art Header: Stylish introduction using Figlet.
- đ Digital Business Card: Clean summary using Boxen.
- đšī¸ Interactive Menu: Navigate through links and projects using arrow keys.
- đ Instant Access: Open links to GitHub, LinkedIn, and my website automatically.
You can run this tool directly using npx without installing it:
``bash`
npx debangsu
Or install it globally via npm:
`bash`
npm install -g debangsu
Simply run the command in your terminal:
`bash``
debangsu
- Node.js: Runtime environment.
- Inquirer: Interactive command-line user interface.
- Chalk: Terminal string styling.
- Boxen: Create boxes in the terminal.
- Figlet: ASCII art from text.
- Open: Open URLs in the default browser.
ISC