hal-spidernight
v0.2.0
Published
Hal's GitHub profile card — run with `npx hal-spidernight`
Downloads
202
Maintainers
Readme
Hal
npx hal-spidernightターミナルから一発で表示できる Hal のプロフィールカードです。
ローカルで試す
bun install
npx . # もしくは: node bin/cli.js初回 publish
npm login
npm publish # publishConfig.access = "public" が設定済みpublish 後の動作確認:
npx hal-spidernight@latestリリース (semver bump + tag + publish + push を自動化)
npm version ベースで bump → commit → git tag → npm publish → git push を1コマンドで実行します。
作業ツリーがクリーンな状態 (commit 済み) で実行してください。
npm run release:patch # 1.0.0 → 1.0.1 (bug fix)
npm run release:minor # 1.0.0 → 1.1.0 (機能追加・後方互換)
npm run release:major # 1.0.0 → 2.0.0 (破壊的変更)実行されるフロー:
npm version <bump>がpackage.jsonを更新し、chore(release): vX.Y.ZのコミットとvX.Y.Zタグを作成postversionフックがnpm publish→git push --follow-tagsを順に実行- publish が失敗した場合は git push されないので、修正して
npm publish && git push --follow-tagsを再実行
カスタマイズ
表示内容は bin/cli.js の lines 配列を編集するだけで変えられます。
色は chalk、枠は boxen を使用しています。
