yashasvm
v1.0.1
Published
A beautiful CLI portfolio built with React and Ink.
Downloads
205
Readme
My TUI Portfolio
A beautiful CLI portfolio built with React and Ink.
Quick Start
Install dependencies:
npm installBuild and run locally:
npm run build npx .
Development
Build for production:
npm run buildRun production build:
npm start
Customization
Edit source/ui.tsx to change the content (Name, About, Skills, Links).
Publishing to NPM
To make your portfolio available via npx <your-username>, follow these steps:
- Create an account on npmjs.com.
- Login to npm in your terminal:
npm login - Update
package.json:- Change
"name"to something unique (e.g., your username oryourname-card). - update
"version"if needed.
- Change
- Publish:
npm publish --access public
Now anyone can run:
npx <your-package-name>