Skip to content

app-kit/go-appkitcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-appkit-cli

Scaffolding cli for go-appkit

This command line tool allows you to very conveniently create new go-appkit setups and to create new apps and resources.

Usage

First, install the command.

go get github.com/theduke/go-appkitcli go install github.com/theduke/go-appkitcli/appkit

Create a new project.

appkit bootstrap --backend="postgres" mynewapp

Create new apps inside your project.

appkit app --resources="Todo,TodoProject" todo

Create a new resource within an app.

appkit resource myapp MyNewResource

About

Scaffolding cli for go-appkit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages