cyber-dojo-retired / start-points-custom

the default custom start-points for cyber-dojo

Home Page:http://cyber-dojo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cyber-dojo yin/yang logo

Current architecture Build Status

The git repo for cyber-dojo's setup custom choices. You can specify and use an alternative custom start-point. Assuming the files in the specified repo have the correct format:

$ ./cyber-dojo start-point create --help
$ ./cyber-dojo start-point create seb --git=https://github.com/seb/start-points-custom.git
$ ./cyber-dojo up --custom=seb

New architecture (currently live on https://beta.cyber-dojo.org only) CircleCI

This repo specifies the the default custom start-points when creating your own start-point image using the cyber_dojo_start_points_create.sh script. Viz, the first github URL option in this command:

$ ./cyber_dojo_start_points_create.sh \
    acme/my-start-points \
      --custom \
        https://github.com/cyber-dojo/start-points-custom \
      --exercises \
        https://github.com/cyber-dojo/start-points-exercises \
      --languages \
        https://github.com/cyber-dojo-languages/csharp-nunit

About

the default custom start-points for cyber-dojo

http://cyber-dojo.org


Languages

Language:Java 31.3%Language:C++ 31.2%Language:C# 11.8%Language:Python 10.9%Language:C 4.9%Language:Ruby 4.9%Language:Shell 3.7%Language:Makefile 1.3%