@willowmt/quiz-app
v1.0.0
Published
A fun interactive CLI quiz built with Ink.js
Readme
quiz-app
This readme is automatically generated by create-ink-app
Install
$ npm install --global quiz-appUsage
$ quiz-appLaunch the interactive quiz and answer the questions. Your feedback and score will be displayed as you go.
Publishing
To publish to npm:
npm login
npm version patch
npm publish --access public