egoist / spin

A simple scaffolding tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spin

Quickly spin up a new project.

Introduction

A Go implementation of SAO.

WIP.

Install

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

Or download a binary manually.

Usage

spin user/repo new-project

Private Repository

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

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:

spin owner/repo new-project --update

License

MIT © EGOIST (Kevin Titor)

About

A simple scaffolding tool.

License:MIT License


Languages

Language:Go 100.0%