Skip to content

A Rust program that exports a .csv file to a read-only .html kanboard. Integrates well with Netlify.

License

Notifications You must be signed in to change notification settings

bramtechs/rustkan

Repository files navigation

Rustkan

A Rust program that exports a csv file to a read-only html kanboard, meant for spectators.

Can be easily hosted on services like Netlify.

Installation

  • Clone this repo
  • Have cargo and Rust installed.
  • Run sh install (check before running)

Usage

  1. Initialize a new board
rustkan init my_board 
  1. Edit config.toml and board.csv in my_board

  2. Export/regenerate the board

rustkan export my_board

or

cd my_board
rustkan export

Warning: This will reset kanban.css!

  1. This will (re)generate index.html in the my_board directory. Edit kanban.css to your hearts content.

For advanced usage, view source.

Preview

Preview

The page also adapts to mobile!

About

A Rust program that exports a .csv file to a read-only .html kanboard. Integrates well with Netlify.

Resources

License

Stars

Watchers

Forks

Packages

No packages published