Skip to content

nishant-jain-94/coderoom

Repository files navigation

Coderoom Build Status Coverage Status

A Review Utility Tool for Gitlab which facilitates in code reviewing easily.

Install

sudo npm install -g coderoom-gitlab

Command Line Usage

# Displays a usage guide
coderoom help

# Displays the version of the review utility
coderoom version

# Initialize the repository with runtime configuration for the review utility
coderoom initialize

# Clones all the assignments in the local submissions folder
coderoom clone

# Lists all the members under review in the coderoom
coderoom members

# Opens the issue on the repository, when executed inside a submission
coderoom open-issue

# Generates coderoom insights
coderoom generate-insights

Issues

For any issues open a issue on this repository

Releases

No releases published

Packages

No packages published