@bharath-code/bharathkumar-palanisamy
v1.0.2
Published
CLI Resume of Bharathkumar Palanisamy — prints to terminal with npx @bharath-code/bharathkumar-palanisamy
Readme
@bharathkumar-palanisamy — CLI Resume
Prints the resume of Bharathkumar Palanisamy to the terminal.
Usage
Try these in order:
# 1) Preferred (assignment requirement)
npx @bharathkumar-palanisamy
# 2) Fallback (if npm rejects scoped single-name)
npx bharathkumar-palanisamy
# 3) Scoped fallback with slash (alternative)
npx @bharathkumar-palanisamy/resumeLocal testing
npm install
chmod +x cli.js
node cli.jsPublish
npm login
npm publish --access publicNotes:
- If you publish the scoped package (
@bharathkumar-palanisamy) npm may accept or reject the name depending on registry rules. - If rejected, use one of the fallback names described above.
Files
cli.js— executable Node script that prints the resumepackage.json— package metadata (name, bin, dependencies)README.md— this file
License
MIT
