Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.72 KB

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