An open API service indexing awesome lists of open source software.

https://github.com/jzero-io/templates

jzero template repo
https://github.com/jzero-io/templates

Last synced: 5 months ago
JSON representation

jzero template repo

Awesome Lists containing this project

README

          

# templates

[![Build Status](https://img.shields.io/github/actions/workflow/status/jzero-io/templates/ci.yaml?branch=api-goctl&label=api-goctl&logo=github&style=flat-square)](https://github.com/jzero-io/templates/actions?query=workflow%3Ajzero-ci)
[![Build Status](https://img.shields.io/github/actions/workflow/status/jzero-io/templates/ci.yaml?branch=rpc-goctl&label=rpc-goctl&logo=github&style=flat-square)](https://github.com/jzero-io/templates/actions?query=workflow%3Ajzero-ci)
[![Build Status](https://img.shields.io/github/actions/workflow/status/jzero-io/templates/ci.yaml?branch=cli&label=cli&logo=github&style=flat-square)](https://github.com/jzero-io/templates/actions?query=workflow%3Ajzero-ci)

jzero remote template repo

## [api-goctl](https://github.com/jzero-io/templates/tree/api-goctl)

```shell
jzero new simpleapi-goctl --branch api-goctl
```

## [api-vercel](https://github.com/jzero-io/templates/tree/api-vercel)

```shell
jzero new simpleapi-vercel --branch api-vercel
```

## [rpc-goctl](https://github.com/jzero-io/templates/tree/rpc-goctl)

```shell
jzero new simplerpc-goctl --branch rpc-goctl
```

## [cli](https://github.com/jzero-io/templates/tree/cli)

```shell
jzero new simplecli --branch cli
```