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
- Host: GitHub
- URL: https://github.com/nishant-jain-94/coderoom
- Owner: nishant-jain-94
- Created: 2017-12-11T18:41:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T05:48:58.000Z (over 8 years ago)
- Last Synced: 2025-02-13T16:51:29.926Z (over 1 year ago)
- Topics: clone, coderoom, gitlab, gitlab-utility, projects
- Language: JavaScript
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coderoom [](https://travis-ci.org/nishant-jain-94/coderoom) [](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