1.0.2 • Published 3 years ago
jog-helper v1.0.2
⚠️ Disclaimer ⚠️
This is just a hobby project. I highly discourage using it on actual law exams, and I'm also not responsible for any punishment resulting from the use of the script.
Requirements
- Node JS
Installation & usage
Using package
1. Install
# npm
npm i -g jog-helper
# yarn
yarn global add jog-helper2. Run
jog-helper <filename>Where filename is the .txt file with the answers. Defaults to jog.txt.
Building yourself
1. Clone repo
git clone https://github.com/Tasztalos69/jog-helper.git && cd jog-helper2. Install dependencies
# npm
npm i
# yarn
yarn3. Build
# npm
npm run build
# yarn
yarn build4. Run
node dist/main.js