codecrad

Coding game speedrun

Usage no npm install needed!

<script type="module">
  import codecrad from 'https://cdn.skypack.dev/codecrad';
</script>

README

Codecrad

Build Status tested with jest styled with prettier

Coding game RTA

コーディング速度を競うゲームです。

一人用タイムアタックゲーム(タイピングゲームのイメージ)。 cli で起動したら diff が指定されて各自好きなエディタでコーディングする。 チェッカーが差分監視して Time をだす。

推奨環境

  • prettier: fix on Save
  • node: >=8
  • Terminal: 40 line

Let's Play!

npx codecrad

development

  • node
  • typescript

Install

$ npm install codecrad

Usage

const codecrad = require('codecrad')

codecrad('unicorns')
//=> 'unicorns & rainbows'

API

codecrad(input, [options])

input

Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

CLI

$ npm install --global codecrad
$ codecrad --help

  Usage
    codecrad [input]

  Options
    --foo  Lorem ipsum [Default: false]

  Examples
    $ codecrad
    unicorns & rainbows
    $ codecrad ponies
    ponies & rainbows

License

MIT © elzup

Contributors

Thanks goes to these wonderful people (emoji key):


elzup

💻 📖 ⚠️ 🚇

This project follows the all-contributors specification. Contributions of any kind welcome!