duck-template 0.1.1

A cli tool for generating files from a template just with a json file
1
2
3
4
#[derive(Debug, Clone)]
pub struct Init {
  pub name: String,
}