Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/play-with-tmlib.js
Let's play with tmlib.js (http://phi-jp.github.io/tmlib.js/).
https://github.com/myokoym/play-with-tmlib.js
Last synced: 2 days ago
JSON representation
Let's play with tmlib.js (http://phi-jp.github.io/tmlib.js/).
- Host: GitHub
- URL: https://github.com/myokoym/play-with-tmlib.js
- Owner: myokoym
- License: mit
- Created: 2014-08-23T10:59:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T01:16:03.000Z (about 10 years ago)
- Last Synced: 2023-03-11T07:19:00.919Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://myokoym.net/play-with-tmlib.js/
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= README
play with http://phi-jp.github.io/tmlib.js/[tmlib.js]
== Usage
=== Linux
[source,bash]
$ firefox index.html=== Windows
[source,bash]
$ start index.html=== OS X
[source,bash]
$ open index.html== Authors
* Masafumi Yokoyama
== License
MIT License. See LICENSE.txt for details.
== Contributing
. Fork it
. Create your feature branch (git checkout -b my-new-feature)
. Commit your changes (git commit -am 'Add some feature')
. Push to the branch (git push origin my-new-feature)
. Create new Pull Request