ambystoma

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2021 License: MIT Imports: 11 Imported by: 0

README

Go Report Card Go Reference

What is Ambystoma?

Ambystoma is an HTTP server for Frontend Developers. You can serve your HTML, JavaScript and CSS files with live reload.

Usage

ambystoma

Run this command in your work directory to serve files after installation.

Install

Source

git clone https://github.com/barandemirbas/ambystoma.git && cd ambystoma
make build && ls ./bin/

Go required for install from source.

Linux 64-BIT

sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.1/ambystoma-linux-x64 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma

Linux 32-BIT

sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.1/ambystoma-linux-x32 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma

Linux 64-BIT ARM

sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.1/ambystoma-linux-arm64 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma

Linux 32-BIT ARM

sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.1/ambystoma-linux-arm32 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma

MacOS

curl -LJO https://github.com/barandemirbas/ambystoma/releases/download/v1.1.1/ambystoma-mac-x64 && mv ambystoma-mac-x64 /usr/local/bin/ambystoma && chmod +x /usr/local/bin/ambystoma

MacOS M1

git clone https://github.com/barandemirbas/ambystoma.git && cd ambystoma
make m1 && mv ./bin/ambystoma /usr/local/bin/ambystoma && chmod +x /usr/local/bin/ambystoma

Go required for install MacOS M1 release.

Windows 64-BIT

Download Here.

Windows 32-BIT

Download Here.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL