198 releases
new 0.5.0-dev.4 | Nov 6, 2024 |
---|---|
0.4.0-rc.0 | Oct 4, 2024 |
0.4.0-dev.15 | Jul 31, 2024 |
0.3.0-beta-dev.39 | Mar 27, 2024 |
0.0.2 | Jul 29, 2021 |
#439 in Magic Beans
886 downloads per month
Used in 3 crates
(2 directly)
575KB
12K
SLoC
hc_bundle
Utilities to create DNA, hApp, and web-hApp bundle files from a source working directory and manifest file, and vice-versa.
This crate defines three separate subcommands for the hc
CLI tool, one for each type of bundle.
All subcommands are very similar and have nearly identical flags and options.
This crate also defines standalone binaries for each subcommand, hc-dna
, hc-app
, and hc-web-app
.
hc app
and hc web-app
are very similar, only differing by the addition of a --recursive
flag.
If used, this flag attempts to first pack all the assets to be included in the bundle being packed.
If it doesn't find the bundled DNA or hApp asset specified, it will by convention look for a
DNA or hApp manifest file in the same directory and attempt to pack it using the specified name.
Contribute
Holochain is an open source project. We welcome all sorts of participation and are actively working on increasing surface area to accept it. Please see our contributing guidelines for our general practices and protocols on participating in the community, as well as specific expectations around things like code formatting, testing practices, continuous integration, etc.
- Connect with us on our forum
License
Copyright (C) 2019 - 2024, Holochain Foundation
This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (Apache 2.0). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Dependencies
~66–105MB
~2M SLoC