harshitcooks
v1.0.0
Published
A terminal portfolio CLI that can be run with npx.
Maintainers
Readme
Terminal Portfolio CLI
This project lets you publish your own terminal portfolio so anyone can open it with:
npx harsihitcooksWhat to edit
Update your personal details in src/portfolio.js.
Change:
namerolelocationwebsiteLabelandwebsiteUrlgithubLabelandgithubUrllinkedinLabelandlinkedinUrlemailphoneheadlinesummaryLinesclosingMessageroleseducationskillGroupsprojectsachievementsbannerLines
Run locally
npm startPublish to npm
Before publishing, pick the final package name you want and update it in package.json.
Then:
npm login
npm publish --access publicAfter publishing, anyone can run:
npx harsihitcooksNotes
- The CLI uses no external dependencies, so it is lightweight and easy to publish.
- The executable command comes from the
binsection inpackage.json. harsihitcookswas not found in the npm registry when checked on April 15, 2026, so it appears available at the moment.
