App
Docs
Getting Started
Install LearnRep and generate your first quiz in under a minute.
Install
npm install -g learnrep
Log in
lr login
Opens a browser OAuth flow and stores your token at ~/.learnrep/config.json.
Generate your first quiz
lr generate "react hooks"
LearnRep generates 5 multiple-choice questions and returns a link you can open or share.
Try it with your own content
cat my-notes.md | lr generate --focus "async patterns" --difficulty hard
Share a quiz
lr share <quiz-id>
Makes the quiz public and outputs the share link.