codecrad

1.0.0 • Public • Published

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!

Package Sidebar

Install

npm i codecrad

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

11 kB

Total Files

18

Last publish

Collaborators

  • elzup