[][src]Function project_init::init_helper

pub fn init_helper(
    home: PathBuf,
    project_dir: &str,
    decoded: Config,
    author: Author,
    name: &str,
    year: i32,
    current_date: &str,
    force: bool,
    parsed_toml: Project,
    is_global_project: bool
)