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

https://github.com/jonbri/goatlang


https://github.com/jonbri/goatlang

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

# goatlang

[NPM](https://www.npmjs.com/package/goatlang)

## Installation

Install Golang:

```sh
curl -OL https://golang.org/dl/go1.16.7.linux-amd64.tar.gz
sudo tar -C /usr/local -xvf go1.16.7.linux-amd64.tar.gz
export PATH=/usr/local/go/bin:$PATH
go version
```

Verify:

```sh
go version
```

Install [gotagger](https://github.com/sassoftware/gotagger):

```sh
wget https://github.com/sassoftware/gotagger/releases/download/v0.9.0/gotagger_0.9.0_linux_386.tar.gz
tar xvf gotagger_0.9.0_linux_386.tar.gz
./gotagger --version
```

## Usage

```sh
yarn install
yarn start
```