overmike / webterminal

Web Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Terminal

CircleCI Build Status codecov

This is an experimental repo, use at your own risk

How to use

Assume you have golang workspace setup

go get -u github.com/overmike/webterminal

Run it with ${GOPATH}/bin in your ${PATH}

    webterminal serve

Run it without GOPATH setup

    ${GOPATH}/bin/webterminal

You can then access browser 8081 port for web terminal

Development

go gettable package

In order to make it go gettable, we bundle the webpack build into go binary through github.com/GeertJohan/go.rice

golang module

We now change to use golang module which means you need to build by golang v1.11+

About

Web Terminal

License:Apache License 2.0


Languages

Language:Go 66.1%Language:JavaScript 17.1%Language:Makefile 8.5%Language:Dockerfile 5.7%Language:EJS 2.6%