project_init 0.1.0

Initialize projects from a template. Fast
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Project Init (pi) 
version: "0.1.0"
author: Vanessa McHale <tmchale@wisc.edu>
about: Initialize projects from a template (using rust). 
args:
    - directory:
        value_name: TEMPLATE_DIR
        help: Directory containing your template.
        index: 1
        takes_value: true
        required: true
    - name:
        value_name: NAME
        help: Project name to be used for project directory
        index: 2
        takes_value: true
        required: true