pub fn create_move_package<S: AsRef<str> + Display>(
    name: S,
    creation_path: &Path
) -> Result<()>