bforge 0.1.0

A decentralized source-code installer that maps files from remote git repositories into your project structure.
Documentation
1
2
3
4
5
pub mod cli;
pub mod commands;
pub mod dependencies;
pub mod git;
pub mod manifest;