blue-build 0.4.2

A CLI tool built for creating Containerfile templates based on the Ublue Community Project
Documentation
1
2
3
4
5
6
7
8
9
10
//! The root library for blue-build.

#[cfg(feature = "init")]
pub mod init;

#[cfg(feature = "build")]
pub mod build;

mod ops;
pub mod template;