Skip to content

135yshr/wspacego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wspacego

whitespace language interpreter

  • master Build Status
  • develop Build Status

Project Setup

How do I, as a developer, start working on the project?

  1. go get github.com/r7kamura/gospel
  2. go get github.com/135yshr/wspacego

Testing

Using the gospel to the test framework.

Unit Tests

  1. go test or go test ./...

Integration Tests

  1. commit to the repository
  2. Travis ci takes care of running the test automatically after a while.

Deploying

How to setup the deployment environment

  • Please install the execution environment of the golang.
  • Use the command go get, please get the gospel from github.

How to deploy

  1. go install

Troubleshooting & Useful Tools

error git push

remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/135yshr/wspacego/'

  • change push repository
    git remote set-url origin git@github.com:135yshr/wspacego.git

Change history

  • relese version 1.0
  • I have moved to github from gist
  • I've split the file for each function

License

Copyright © 2014 135yshr Licensed under the Apache License, Version 2.0

Bitdeli Badge