pretty close to first fully working version

This commit is contained in:
2023-04-09 08:19:40 -04:00
parent 3ffde461ce
commit e7e1365938
6 changed files with 356 additions and 2 deletions

12
data-strings.go Normal file
View File

@@ -0,0 +1,12 @@
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
`