@himjyoti-sarma-aa3b2719a/cv
v1.0.3
Published
CLI resume for LinkedIn handle @himjyoti-sarma-aa3b2719a
Downloads
13
Readme
@himjyoti-sarma-aa3b2719a/cv
A simple CLI resume for LinkedIn handle @himjyoti-sarma-aa3b2719a.
View your resume directly in the terminal using multiple command aliases.
Features
- Display your resume in the terminal with a single command.
- Supports multiple command aliases:
cv,resume,himjyoti,himjyoti-sarma-aa3b2719a. - Styled output using chalk and boxed layout with boxen.
- Works in Node.js environments (v18+).
Installation
You can run directly via npx:
npx @himjyoti-sarma-aa3b2719a/cvOr install globally:
npm install -g @himjyoti-sarma-aa3b2719a/cvUsage
After installation or using npx:
# Using any alias
cv
resume
himjyoti
himjyoti-sarma-aa3b2719aThe CLI will display your resume in a clean, readable format in the terminal.
Development
If you want to contribute or test locally:
- Clone the repository:
git clone https://github.com/HimjyotiSarma/Himjyoti--Resume-NPM-Package.git
cd Himjyoti--Resume-NPM-Package- Install dependencies:
npm install- Build the project:
npm run build- Run locally:
node dist/cli.jsBuild & Package
To create a .tgz package for npx testing:
npm run build
npm pack
npx ./himjyoti-sarma-aa3b2719a-cv-1.0.0.tgzScripts
npm run build— Compiles TypeScript to JavaScript (dist/folder).npm start— Runs CLI usingts-node(development only).
Dependencies
- boxen — For boxed terminal output.
- chalk — For colorful terminal output.
- terminal-link — For clickable links in supported terminals.
License
MIT © Himjyoti Sarma
