0.1.22 • Published 12 months ago

create-go-app v0.1.22

Weekly downloads
-
License
AGPL
Repository
github
Last release
12 months ago

create-go-app

help you create go app with app-stub template.

npx

npx create-go-app demo

yarn

yarn create go-app demo

pnpm

pnpm create go-app demo
pnpm dlx create-go-app demo

About demo app

  1. Build from source
go build -ldflags "-s -w" -buildmode=exe -tags release -o bin/demo
  1. Create config
bin/demo config

Note: Please modify config.json as you need.

  1. Start your app
bin/demo serve

Note: Default config is use network: unix, you can change network to tcp and addr to 127.0.0.1:5000 for test.

Getting Started

Getting Started

0.1.21

1 year ago

0.1.22

12 months ago

0.1.11

1 year ago

0.1.12

1 year ago

0.0.11

1 year ago

0.1.13

1 year ago

0.0.12

1 year ago

0.1.14

1 year ago

0.0.13

1 year ago

0.1.15

1 year ago

0.0.14

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.0.10-test-0002

2 years ago

0.0.10-test-0001

2 years ago

0.0.1

2 years ago