devcard-by-dini
v1.0.0
Published
Scaffold a beautiful personal CLI portfolio card — publish it to npm in minutes
Maintainers
Readme
devcard-by-dini
Scaffold a beautiful personal CLI portfolio card and publish it to npm in minutes.
Usage
npx devcard-by-diniAnswer the prompts — name, role, bio, skills, projects, achievements, links — and your personal CLI card is generated instantly.
What it generates
your-username/
├── bin/
│ └── cli.js ← npx your-username
├── src/
│ └── index.js ← importable library
├── package.json
├── README.md
└── .gitignoreThen just:
cd your-username
npm install
node bin/cli.js # test locally
npm publish # go live!Anyone in the world can then run:
npx your-usernameFeatures
- ✅ Interactive prompts for all your info
- ✅ Generates a fully working CLI card
- ✅ Also works as an importable npm library
- ✅ Colored terminal output with chalk + boxen
- ✅ Ready-to-publish package.json
- ✅ README auto-generated with your info
Author
Made with ♥ by Dinithi Nanayakkara
Run npx dinijay to see the original!
