holochain_cli_bundle 0.3.0-beta-dev.35

DNA and hApp bundling functionality for the `hc` Holochain CLI utility
Documentation
mod cli;
mod error;
mod init;
mod packing;

pub use cli::{
    app_pack_recursive, bundled_dnas_workdir_locations, get_app_name, get_dna_name,
    get_web_app_name, web_app_pack_recursive, HcAppBundle, HcDnaBundle, HcWebAppBundle,
};
pub use packing::{pack, unpack, unpack_raw};