Sha256: 0d519170394760bbf7e8745738dc62d5fea7767ce049ae4b8ae4bb7f602d646f
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 Bytes
Contents
{ "name" : "c", "description" : "Entry point for a standard c project", "static" : "static", "options" : { "--vcs" : { "description" : "Choose version controll system", "values" : { "git" : {"../../gitignores/C.gitignore":".gitignore"}, "svn" : "vcs/.svnignore", "none" : [] }, "default" : "git" }, "--builder" : { "description" : "Choose builder script type", "values" : { "make" : {"builder/makefile":"makefile"}, "none" : [] }, "default" : "make" }, "--pch" : { "description" : "Add rule to compile headers in makefile", "files" : [ {"misc/main.h":"src/main.h"}, {"builder/makefile-pch":"makefile"} ] } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
boot-cli-1.0.0 | lib/templates/templates/c/template.json |
boot-cli-0.3.1 | lib/templates/templates/c/template.json |
boot-cli-0.3.0 | lib/templates/templates/c/template.json |