1
0
Fork 0
mirror of https://github.com/nbtca/Prompt.git synced 2026-09-20 07:15:55 +08:00
1 Getting Started
m1ngsama edited this page 2026-03-01 13:04:16 +08:00

NBTCA Prompt

Terminal-based information system for NingboTech Computer Association.

npm version License

Install

npm install -g @nbtca/prompt

Or run directly:

npx @nbtca/prompt

Usage

nbtca

Interactive mode:

  • Arrow keys and Vim keys (j/k/g/G/q) are supported.
  • Best for exploration and one-off usage.

Command mode (script-friendly):

nbtca events
nbtca events --json
nbtca events --plain
nbtca website
nbtca website --open
nbtca roadmap
nbtca lang en
nbtca --help

Behavior:

  • URL commands (repair, website, github, roadmap) print URL by default.
  • Add --open to open browser explicitly.
  • events --json prints machine-readable JSON to stdout.

Documentation

See the Wiki for:

Requirements

  • Node.js >= 20.12.0

License

MIT