codecrad
v1.0.0
Published
Coding game speedrun
Downloads
13
Maintainers
Readme
Codecrad
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):
This project follows the all-contributors specification. Contributions of any kind welcome!