@tgulls/hello
v1.0.1
Published
A simple CLI that prints Hello, npm!
Downloads
177
Readme
@tgulls/hello
A simple CLI that prints "Hello, npm!"
Usage
Run directly without installing:
bun
bunx @tgulls/hellonpm
npx @tgulls/helloOr install globally:
bun
bun add -g @tgulls/hello
hellonpm
npm install -g @tgulls/hello
helloLocal Development
bun
bun run build
bun link
bunx @tgulls/hellonpm
npm run build
npm link
npx @tgulls/helloPublishing
bun
bunx npm login
bun publish --access publicnpm
npm login
npm publish --access publicLicense
MIT
