Yet another Codeforces CLI helper tool — Available as a npm package

Правка en2, от instantkarma, 2017-05-28 21:16:56

Hi everyone,

I have developed a tool called nodeforces that parses problem i/o from codeforces and automatically creates a codefile for you (with your favorite template) (eg: nodeforces init 765A.java).

Then, you can simply run your code and verify that it passes the basic test cases (eg: nodeforces test 765A.java)

You can get it as an npm package (nodejs)

npm install -g nodeforces

If you do not know about node.js or npm you can easily setup by going to https://nodejs.org

A detailed description and the source code of the module is available on Github

Currently, it supports javac and g++ and I am planning to add more. Try it out and let me know your thoughts!

Теги cli, parser, helper

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский instantkarma 2017-05-28 21:16:56 474 Tiny change: 'A.java`). Then, you ' -> 'A.java`). \n\nThen, you ' (published)
en1 Английский instantkarma 2017-05-28 21:06:01 438 Initial revision (saved to drafts)