knbn-web
v0.4.2
Published
A web viewer for the KnBn CLI tool
Readme
KnBn Web
A web-based viewer for the KnBn CLI tool - providing a simple local interface to visualize and manage .knbn kanban board files.
This is an early, work-in-progress version of the project. Use accepting risk of breaking changes.
Installation
Install KnBn Web globally via npm, or use npx:
npx knbn-web
# or
npm i -g knbn-web
knbn-web Usage
Navigate to a directory containing .knbn files and start the web server:
npx knbn-web
# or
knbn-webYou can suppress the browser auto-launch with the --no-open option:
npx knbn-web --no-openThe application will start on http://localhost:9000 by default. You can specify a custom port:
knbn-web -p 8080