kitin 0.1.0

A small project management tool.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Kitin

Kitin is a project management tool for github repositories, inspired by https://github.com/mateodelnorte/meta.

Kitin is built rust.

## Getting Started

To use Kitin you can either use binaries on the github releases or [build](#build) it yourself

## Build

To build Kitin you need:
- cargo

Then it's as simple as
```sh
git clone --recursive https://github.com/watercoloursoft/kitin
cd kitin
cargo build
```