1.0.0 • Published 6 years ago

codecrad v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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!

1.0.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago