Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Create README.md #1

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# `togo` - togo provides tools to convert files to go

```
NAME:
togo - togo provides tools to convert files to go

USAGE:
togo [global options] command [command options] [arguments...]

VERSION:
1.0.0

AUTHOR:
bradrydzewski

COMMANDS:
ddl embed ddl statements
sql embed sql statements
http generate an http filesystem
httptest generate httptest server
tmpl embed template files
i18n embed i18n files
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```

## Install

```shell
go get -v github.com/woodpecker-ci/togo
```