0.1.1 • Published 8 years ago

recodex-cli v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ReCodEx CLI

Command line interface for ReCodEx submissions running in Node.js, written in ES6 and compiled using Babel.

Requirements

Installation

npm install -g recodex-cli

Usage

  • the tool is currently in development and no useful stuff is in fact implemented :-)

Development

  1. clone the repository
  2. install dependencies using npm install in the root directory of the repository
  3. build the source using npm run build
  4. run the program using node lib/index.js [args..]

For faster development use the watch mode of build npm run build:watch.

Testing

Unit tests are using Mocha and Chai and are locaded in the /test directory.

Running tests

  • linting: npm run lint
  • unit tests: npm run test
0.1.1

8 years ago

0.1.0

8 years ago