Function lal::init [] [src]

pub fn init(cfg: &Config, force: bool, env: &str) -> LalResult<()>

Generates a blank manifest in the current directory

This will use the directory name as the assumed default component name Then fill in the blanks as best as possible.

The function will not overwrite an existing manifest.json, unless the force bool is set.