https://github.com/jonbri/goatlang
https://github.com/jonbri/goatlang
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonbri/goatlang
- Owner: jonbri
- Created: 2023-03-13T19:13:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T21:35:05.000Z (over 2 years ago)
- Last Synced: 2026-01-14T13:54:49.755Z (5 months ago)
- Language: JavaScript
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```