greentic-bundle 1.2.0-dev.27187284397

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod access;
pub mod answers;
pub mod build;
pub mod bundle_fs;
pub mod catalog;
pub mod cli;
pub mod i18n;
pub mod project;
pub mod runtime;
pub mod setup;
pub mod wizard;

pub fn main_entry() -> anyhow::Result<()> {
    cli::run()
}