code-warrior
v0.0.9
Published
code like a warrior
Downloads
6
Readme
#Code Warrior !
A platform to practice algorithm questions, in your own editor.
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