Giter Site home page Giter Site logo

channel.try.js's Introduction

The channel.json file contain a list of repositories and packages for 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 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 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

channel.try.js's People

Contributors

s-a avatar

Stargazers

Michael Anthony avatar Giulio Mainardi avatar BJR Matos avatar

Watchers

James Cloos avatar Michael Anthony avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.