generate project templates for python or go
Go to file
Greg Gauthier 8af2fd3304
Update README.md
2021-03-15 09:14:03 +00:00
.gitignore code cleanup; add python functionality; implement suggestions from artur 2021-03-11 17:26:50 +00:00
README.md Update README.md 2021-03-15 09:14:03 +00:00
bitbucket-pipelines.yml fix typo 2021-03-12 11:03:14 +00:00
commander.go code cleanup; add python functionality; implement suggestions from artur 2021-03-11 17:26:50 +00:00
filer.go first rough implementation of go project generator 2021-03-10 19:17:13 +00:00
go.mod refactor and add some stuff 2021-03-09 18:52:34 +00:00
go.sum initial commit 2021-03-09 13:17:52 +00:00
projector.go correct linter mistakes 2021-03-12 10:56:01 +00:00

README.md

projector

A command-line utility that will generate the basic file structure for a new GO or Python project.