Files
scaffold/data-strings.go

21 lines
421 B
Go
Raw Normal View History

package main
var prog_help = `Scaffold requires 2 parameters
1) a project type
and
2) a name for your new project
Usage examples:
scaffold go NewGoProject
scaffold py aPythonProject
`
var cfg_content = `# Scaffold program configuration
# Format: TOML - see https://toml.io for details
# Too funny - this config file doesn't seem to be needed ;-)
# let's keep it for future use -- very silly
testkey = "test value"`