code-warrior
Version:
code like a warrior
62 lines (30 loc) • 854 B
Markdown
#Code Warrior !
A platform to practice algorithm questions, in your own editor.
[Code Warrior Questions](http://github.com/Rafe/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](http://opensource.org/licenses/MIT)