pretty close to first fully working version
This commit is contained in:
12
data-strings.go
Normal file
12
data-strings.go
Normal 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
|
||||
`
|
||||
Reference in New Issue
Block a user