All Projects → haya14busa → goplay

haya14busa / goplay

Licence: MIT license
The Go Playground (https://play.golang.org/) client

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to goplay

Go Playground
Better Go Playground powered by React and Monaco editor
Stars: ✭ 354 (+372%)
Mutual labels:  playground, golang-tools
go-playground
GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :)
Stars: ✭ 64 (-14.67%)
Mutual labels:  playground, go-playground
bingo
The missing package manager for golang binaries (its homebrew for "go install")
Stars: ✭ 177 (+136%)
Mutual labels:  golang-tools
A-World-of-Circles
WWDC 2017 Scholarship Recipient. A Swift Playgrounds Book that visually teaches the relationship between sines and circles.
Stars: ✭ 24 (-68%)
Mutual labels:  playground
n3dr
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another Nexus3 server. Note that some repository formats are not supported at the moment.
Stars: ✭ 110 (+46.67%)
Mutual labels:  golang-tools
brockly
A Visual Go code generator
Stars: ✭ 55 (-26.67%)
Mutual labels:  golang-tools
prompts-ai
Advanced playground for GPT-3
Stars: ✭ 156 (+108%)
Mutual labels:  playground
pg-deadlock-playground
Playground for verifying that queries cannot deadlock
Stars: ✭ 17 (-77.33%)
Mutual labels:  playground
APNsKit
A framework to send Apple Notifications
Stars: ✭ 20 (-73.33%)
Mutual labels:  playground
GoCurrency
Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Stars: ✭ 29 (-61.33%)
Mutual labels:  golang-tools
meeting-app-unit-tests-playground
Unit tests patterns when using JEST and Vue2 (vue-test-utils)
Stars: ✭ 21 (-72%)
Mutual labels:  playground
react-runner
Run your React code on the go
Stars: ✭ 308 (+310.67%)
Mutual labels:  playground
HeadFirstDesignPatternsSwift
An implementation of examples from "Head First Design Patterns", written in Swift.
Stars: ✭ 20 (-73.33%)
Mutual labels:  playground
go-masker
Simple utility of creating a mask for sensitive information
Stars: ✭ 54 (-28%)
Mutual labels:  golang-tools
gotests-vim
Vim plugin for https://github.com/cweill/gotests
Stars: ✭ 129 (+72%)
Mutual labels:  golang-tools
jscore-playground
JavaScriptCore example for Swift Playgrounds
Stars: ✭ 17 (-77.33%)
Mutual labels:  playground
gvm
Go Version Manager (written in Go for cross-platform usability)
Stars: ✭ 117 (+56%)
Mutual labels:  golang-tools
minibed
It's a mini editable, customizable playground for web
Stars: ✭ 41 (-45.33%)
Mutual labels:  playground
whats-new-in-swift-5-2
An Xcode playground that demonstrates the new features introduced in Swift 5.2.
Stars: ✭ 94 (+25.33%)
Mutual labels:  playground
grafonnet-playground
Playground for grafanna with jsonnet
Stars: ✭ 25 (-66.67%)
Mutual labels:  playground

goplay - The Go Playground (https://play.golang.org/) client

Travis Build Status Appveyor Build status Go Report Card Coverage Status Releases LICENSE GoDoc

gif

Install

as a Library

go get -u github.com/haya14busa/goplay

as a command line tool

go get -u github.com/haya14busa/goplay/cmd/goplay

Command Line Tool

SYNOPSIS: goplay [OPTION]... [FILE] (With no FILE, or when FILE is -, read standard input.

  -h    show help
  -openbrowser
        open browser automatically (default true)
  -run
        compile and run Go program on The Go Playground (default true)
  -share
        share code on The Go Playground (default true)

🐦 Author

haya14busa (https://github.com/haya14busa)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].