| Crates.io | gig |
| lib.rs | gig |
| version | 0.2.4 |
| created_at | 2019-05-05 04:37:35.016434+00 |
| updated_at | 2019-05-17 04:22:07.709002+00 |
| description | A tool to search files |
| homepage | https://github.com/you/grrs |
| repository | https://github.com/you/grrs |
| max_upload_size | |
| id | 132177 |
| size | 32,116 |
A command line tool to rapily scaffold projects using the power of YAML
$ gig <SCAFFOLD.YML FILE> [Project name]
--git-init, -g, -i ~ Initalize git repository
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!
"
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.