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

https://github.com/egoist/spin

A simple scaffolding tool.
https://github.com/egoist/spin

Last synced: 7 months ago
JSON representation

A simple scaffolding tool.

Awesome Lists containing this project

README

          

# Spin

Quickly spin up a new project.

## Introduction

A Go implementation of [SAO](https://github.com/saojs/sao).

_WIP_.

## Install

```bash
curl -sf https://gobinaries.com/egoist/spin | sh
```

Or [download a binary manually](https://github.com/egoist/spin/releases).

## Usage

```bash
spin user/repo new-project
```

### Private Repository

Use `--clone` which uses `git clone` under the hood to download your repository:

```bash
spin user/private-repo new-project --clone
```

### Update Cached Repository

Spin will cache the repository after first run, you can use `-u, --update` to update it:

```bash
spin owner/repo new-project --update
```

## License

MIT © [EGOIST (Kevin Titor)](https://egoist.sh)