create-quiz
v0.1.0
Published
Scaffold a QuizGen quiz: quiz.json + push script, deployed to a live URL in one command.
Maintainers
Readme
create-quiz
Scaffold a QuizGen quiz and put it live in one command:
npx create-quiz@latestCreates quiz.json, a push.mjs deploy script, and a README — then (optionally)
deploys the starter quiz on the spot. No account needed: without an API key you
get a sandbox quiz (live instantly, expires in 24h, 10 responses max). With
a free key from https://quizgen.dev/login your quizzes are permanent and you can
read responses back as JSON or CSV.
npx create-quiz@latest my-quiz --yes # non-interactive: scaffold + sandbox deploy
cd my-quiz
# edit quiz.json, then:
node push.mjs # creates or updates the live quiz- Quiz JSON schema & API docs (written for AI assistants): https://quizgen.dev/llms.txt
- Working with a coding agent?
npx skills add Tariqlearnstocode/quizgen-skills - More on-ramps: https://quizgen.dev/agents
Zero dependencies. Node 18+.
