devspace 0.1.0

devspace helps you to quickly start all the programs you need to dev using Tmux and other tools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! The commands of this program.

pub mod edit;
pub mod go;
pub mod init;
pub mod list_spaces;
pub mod list_trees;
pub mod new_tree;
pub mod remove_space;
pub mod remove_tree;
pub mod wdir;