Package Exports
- devcard-by-dini
- devcard-by-dini/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (devcard-by-dini) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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!