Skip to content

krafugo/gops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOPS

Generator Of Projects Structures is a CLI for generating new project based on predefined templates. You can define a template defining the structure of the project in a file your-template-name.tmpl

Install

go get github.com/krafugo/gops

Commands

gops <command> [arguments]

gops help       # show the help of the project
gops init       # create a new project structure
gops list       # list all of available templates

Some examples of use:

gops init store-app sample  # Generate a new project named "store-app" using the "sample" template and create a new repository
gops init store-app sample --norepo # It's the same as above but without a repository

gops list sample # Show the structure of the "sample" template

About

GOPS is a CLI for generating projects structures using templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors