1.0.2 • Published 2 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-helper
2. 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-helper
2. Install dependencies
# npm
npm i
# yarn
yarn
3. Build
# npm
npm run build
# yarn
yarn build
4. Run
node dist/main.js