kanri 0.9.0

Manage your projects within the terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod autocomplete;
pub mod backup;
pub mod cli;
pub mod commands;
pub mod config;
pub mod library;
pub mod platform;
pub mod program;
pub mod templates;
pub mod terminal;

#[cfg(test)]
mod tests;