Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/channel.try.js
The TRY.js Example Source Code Channel
https://github.com/s-a/channel.try.js
Last synced: about 5 hours ago
JSON representation
The TRY.js Example Source Code Channel
- Host: GitHub
- URL: https://github.com/s-a/channel.try.js
- Owner: s-a
- License: mit
- Created: 2015-02-04T08:00:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T11:38:08.000Z (over 9 years ago)
- Last Synced: 2024-04-14T22:49:08.024Z (7 months ago)
- Language: JavaScript
- Homepage: https://github.com/s-a/TRY.js.git
- Size: 293 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/s-a/channel.try.js "Test state")
The channel.json file contain a list of repositories and packages for [TRY.js](https://github.com/s-a/try.js).
The channel.json file is published at https://raw.githubusercontent.com/s-a/channel.try.js/master/channel.json and is included within [TRY.js](https://github.com/s-a/try.js) as the default channel.
***Please be sure to follow the instructions to help the process of adding your package or repository go smoothly.***
### So how to add sources to this channel?
- Install git client tools
- Fork this repository
- Clone your forked repository
- Create and checkout a new branch
- Open the file channel.json and add a new object tree to ```packages``````
{
"name" : "First steps",
"description" : "A hello world package for the first steps with TRY.js containing a very simple environment setup, a synchronious robot program and a test suite.",
"author": "Stephan Ahlf",
"environment" : "https://github.com/s-a/examples.try.js/master/first%20steps/basic-environment.json",
"program" : "https://github.com/s-a/examples.try.js/master/first%20steps/basic-program.js",
"test" : "https://github.com/s-a/examples.try.js/master/first%20steps/basic-tests.js",
"labels" : [ "test", "sync" ]
}
```- ***Run ```npm test``` before each ```git push```!*** You will need [Node.js](http://nodejs.org/) to do this. After installation of node you need to install the test libraries via ```npm install```
- Commit and push your work and open a ```Pull Request``` on GitHub