jay-vegad
v1.0.17
Published
Jay Vegad's personal npm card - Software Engineer
Maintainers
Readme
jay-vegad
A colorful npm card CLI for Jay Vegad - Software Engineer
Installation & Usage
Once published to npm, users can run:
npx jay-vegadWhat it displays
- ✨ Colorful name display: "Jay Vegad"
- 👨💻 Job title: "Software Engineer"
- 🔗 All portfolio links:
- GitHub
- Medium
- Peerlist
Local Development
To test locally:
# Install dependencies
npm install
# Run the CLI
npm start
# Or directly
node bin/index.jsPublishing to npm
Make sure you're logged into npm:
npm loginPublish the package:
npm publishNote: Make sure the package name "jay-vegad" is available on npm. If not, you'll need to change the name in
package.json.After publishing, users can run:
npx jay-vegad
Package Structure
npm/
├── bin/
│ └── index.js # CLI entry point
├── package.json # Package configuration
└── README.md # This file