a4-cli 0.12.0

CLI tool for generating TypeScript SDKs from Arete stream specifications
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod graph;
pub mod installer;
pub mod lockfile;
pub mod manifest;
pub mod paths;
pub mod resolver;

pub use graph::InstallPlan;
pub use lockfile::ProjectLock;
pub use manifest::ProjectManifest;

pub const GENERATOR_CONTRACT: &str = "sdk-generator-v1";
pub const RESOLVER_CONTRACT: &str = "registry-resolver-v1";