Skip to content

Getting Started

m1ngsama edited this page Mar 1, 2026 · 1 revision

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

Links

Clone this wiki locally