Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

code-warrior

rafe17MIT0.0.9

code like a warrior

algorithm, interview, code, warrior

readme

Code Warrior !

A platform to practice algorithm questions, in your own editor.

Code Warrior Questions

Usage

First, install by npm:

npm install -g code-warrior

You can check the commands with node-warrior executable:

war -h

And create a new directory for questions, and init project

war init

Enter github username and password to register on code-warrior

And

war new -l basic

Download question to ./arena folder, start to practicing algorithm !

Api

Init project

war init

Login with github account

war login

List all questions

war list

Download questions

war new -l [basic|moderate|hard]

Test

war test

Commit

war commit

Status page

war status

LICENCE : MIT