rosettacode

0.0.1 • Public • Published

Rosettacode

This is a node.js command line utility that turns running/showing different challenges into an easy experiences.

Features:

  • Easy to search challenges.
  • Instant feedback after running code.
  • Easy to install and use.

Installation

This utility is available on npm, so installation is a breeze. Use the -g flag:

npm install -g rosettacode

Usage

To use it, run rosettacode with commands and options.

Examples

Show a list of available challenges:

rosettacode challenges

Run one or more challenges and immediately get feedback:

rosettacode run example_1
rosettacode run example_2, example_3

Show one or more challenges' description in a terminal output or source code in a browser:

rosettacode show example_1
rosettacode show example_1 --description 

Package Sidebar

Install

npm i rosettacode

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hbakhtiyor