gig

Crates.iogig
lib.rsgig
version0.2.4
sourcesrc
created_at2019-05-05 04:37:35.016434
updated_at2019-05-17 04:22:07.709002
descriptionA tool to search files
homepagehttps://github.com/you/grrs
repositoryhttps://github.com/you/grrs
max_upload_size
id132177
size32,116
Ian Fabs (ianfabs)

documentation

README

gig

A command line tool to rapily scaffold projects using the power of YAML

Usage

$ gig <SCAFFOLD.YML FILE> [Project name]

        --git-init, -g, -i ~   Initalize git repository

The YAML file structure follows the following convention:

folder:
        file.ext: "The contents of the file"
        README.md: "
        # Strings can be more than one line
        ## So many lines!
        "

And there can be multiple root nodes

folder:
        file.ext: "The contents of the file"
        README.md: "
        # Strings can be more than one line
        ## So many lines!
        "
folder:
        file.ext: "The contents of the file"
        README.md: "
        # Strings can be more than one line
        ## So many lines!
        "

Important note(s)

The project name param also adheres to directory conventions and gig ./egg.yml egg creates executes the scaffold in the egg directory so gig ./egg.yml . creates executes the scaffold in the current directory so if you use the --git-init flag it will initilize the repo in that place.

Commit count: 0

cargo fmt