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.
- Host: GitHub
- URL: https://github.com/egoist/spin
- Owner: egoist
- License: mit
- Created: 2020-05-06T18:36:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T13:57:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T23:41:12.341Z (8 months ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- command-line-tools - spin - Simple scaffolding tool. (Other)
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)