Skip to content
Snippets Groups Projects
Commit fae44642 authored by jpilgrim's avatar jpilgrim
Browse files

minor

parent a4c419a0
No related branches found
No related tags found
No related merge requests found
# ![logo](https://gitlab.bht-berlin.de/nodepackages/gitpseudo/-/raw/main/logo.png) gitpseudo # ![logo](https://gitlab.bht-berlin.de/nodepackages/gitpseudo/-/raw/main/logo.png) gitpseudo
**Command line tool to pseudonymize git repositories using git-filter** **Command line tool to pseudonymize git repositories using git-filter-repo**
This small library provides a command line tool in order to zip the local git repository. This small library provides a command line tool in order to zip the local git repository.
It is used in the context of a university class in which students have to submit their solutions by means of a zip file containing the local git repository. The idea behind that is, that instead of simply creating a zip of the solution, git is to be used and, more importantly, the lecturer gets all the git logs in order to improve check of copies. Error messages are emitted in German language at the moment. It is used in the context of a university class in which students have to submit their solutions by means of a zip file containing the local git repository. The idea behind that is, that instead of simply creating a zip of the solution, git is to be used and, more importantly, the lecturer gets all the git logs in order to improve check of copies. Error messages are emitted in German language at the moment.
...@@ -14,7 +14,7 @@ Install with npm: ...@@ -14,7 +14,7 @@ Install with npm:
npm install --save-dev gitpseudo npm install --save-dev gitpseudo
``` ```
or simply run with npx **not yet, need to publish**: or simply run with npx:
``` ```
npx gitpseudo [options] npx gitpseudo [options]
......
{ {
"name": "gitpseudo", "name": "gitpseudo",
"version": "1.0.0", "version": "1.0.1",
"description": "Command line tool to pseudonymize git repositories using git-filter", "description": "Command line tool to pseudonymize git repositories using git-filter",
"author": "Jens von Pilgrim <jens.vonpilgrim@bht-berlin.de>", "author": "Jens von Pilgrim <jens.vonpilgrim@bht-berlin.de>",
"license": "EPL-2.0", "license": "EPL-2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment