https://github.com/zerc/nimply
Code review tool
https://github.com/zerc/nimply
Last synced: 6 months ago
JSON representation
Code review tool
- Host: GitHub
- URL: https://github.com/zerc/nimply
- Owner: zerc
- License: gpl-2.0
- Created: 2015-08-09T20:39:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T20:48:15.000Z (over 10 years ago)
- Last Synced: 2025-03-22T10:16:38.180Z (11 months ago)
- Language: CSS
- Size: 813 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
NIMPLY
------
Or **N**-ot **IMPL**-emented **Y**-et it is tool for doing code reviews in files aside from CVS (GitHub, GitLab and etc).
It is may be useful when you make review for whole file and not concrete revision. Or may be colleague sended file directly for your eyes. Or in your team used SVN who dont have nice web gui and branching practice.
It is my fun project and you can use or not use it on own risk. All contribution are welcome in any way.
**Technologies used**:
* Flask
* Mongodb
* ReactJs
**Index page:**
.. image:: /../screenshots/screenshots/index.png
:alt: Index page
:width: 100%
**File review page:**
.. image:: /../screenshots/screenshots/file.png
:alt: File review page
:width: 100%
INSTALL
=======
If is Flask based project.
Checkout the code, up virtualenv and install dependencies:
.. code:: bash
pip install -r requirements-dev.txt
Then need to install static dependencies:
.. code:: bash
cd static
npm install
DEVELOP
=======
For building static in project i'm using ``Gulp`` so look inside ``static/gulpfile.js`` for available tasks.
Default (builds all: jsx and less files):
.. code:: bash
cd static
gulp