Skip to content

Commit

Permalink
Add CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe committed Nov 14, 2021
1 parent d67f2f7 commit 1f2e0a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# apig: Golang RESTful API Server Generator
[![Build Status](https://travis-ci.org/wantedly/apig.svg?branch=master)](https://travis-ci.org/wantedly/apig)
[![Build](https://github.com/shimastripe/apig/actions/workflows/build.yml/badge.svg)](https://github.com/shimastripe/apig/actions/workflows/build.yml)
[![Test](https://github.com/shimastripe/apig/actions/workflows/test.yml/badge.svg)](https://github.com/shimastripe/apig/actions/workflows/test.yml)

apig is an RESTful API server generator.

Expand Down Expand Up @@ -53,7 +54,7 @@ First, creating by `apig new` command.
$ apig new -u shimastripe apig-sample
```

generates Golang API server boilerplate under `$GOPATH/src/gihhub.com/wantedly/apig-sample`.
generates Golang API server boilerplate under `$GOPATH/src/github.com/shimastripe/apig-sample`.
apig supports two database engines; SQLite (`sqlite`) and PostgreSQL (`postgres`) and Mysql (`mysql`). You can specify this by `-d, -database` option.

Available command line options of `apig new` command are:
Expand Down

0 comments on commit 1f2e0a9

Please sign in to comment.