An open API service indexing awesome lists of open source software.

https://github.com/nishant-jain-94/coderoom


https://github.com/nishant-jain-94/coderoom

clone coderoom gitlab gitlab-utility projects

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Coderoom [![Build Status](https://travis-ci.org/nishant-jain-94/coderoom.svg?branch=master)](https://travis-ci.org/nishant-jain-94/coderoom) [![Coverage Status](https://coveralls.io/repos/github/nishant-jain-94/coderoom/badge.svg?branch=master)](https://coveralls.io/github/nishant-jain-94/coderoom?branch=master)

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