init

Function init 

Source
pub fn init<G, S>(
    repo: &Repository,
    name: ProjectName,
    description: &str,
    default_branch: RefString,
    visibility: Visibility,
    signer: &Device<G>,
    storage: S,
) -> Result<(RepoId, Doc, SignedRefs<Verified>), InitError>
Expand description

Initialize a new radicle project from a git repository.