careercup-cli
v2.0.0
Published
A cli tool to enjoy careercup questions!
Downloads
3
Readme
careercup-cli
A cli tool to enjoy careercup questions!
Inspired by leetcode-cli
Install
From npm repo:
$ sudo npm install -g careercup-cli
From source code:
$ git clone http://github.com/skygragon/careercup-cli
$ cd careercup-cli && npm install && sudo nom install -g .
Best Practice
By the way, c3
= C
areerC
up-C
li
Read help first $ c3 help
Update all questions $ c3 update
Browse questions $ c3 list
Select one question $ c3 show <id>
Or, select random question $ c3 show
Or, select Google question $ c3 show -c google
Resovle it!
Mark question as done! $ c3 mark <id>
Feel free to customize your own labels to manage different questions.
To those working on questions $ c3 mark <id> thinking
To those unimportant questions $ c3 mark <id> easy
Show questions with given label $ c3 list -l thinking