Skip to content

Instantly share code, notes, and snippets.

@sh19910711
Last active January 3, 2016 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sh19910711/8535919 to your computer and use it in GitHub Desktop.
Save sh19910711/8535919 to your computer and use it in GitHub Desktop.
git-contest specification drafts

Add git-contest-list

Purposes

  • To list sites, drivers, and etc...

Command Spec

Sites

  • git contest list sites
    • show all available sites

Drivers

  • git contest list drivers
    • show all available drivers

Manage Mapping File Extensions in config.yml

Purposes

  • To map file-extension to language-type
    • e.g.
      • .cpp to c++
      • .py to python
  • To select a language-version like the followings:
    • C++03 or C++11
    • Python2 or Python3

TODO

  • To add mechanisms
    • loading configuration
    • resolving file extensions
  • To write test code

Specifications

Example of config.yml

file:
  ext:
    cpp: c++11
    py:  python2

Related issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment