@ooopenlab/create-module
Version:
CLI tool for creating OOOPEN Lab modules
13 lines (9 loc) • 410 B
Markdown
# Basic SuperQuiz Module Template
This is the basic template generated by `@ooopenlab/create-module`.
## Structure
- `src/index.ts` re-exports the module
- `src/module.ts` basic module class placeholder
- `src/components/*` three core components (Cover / Question / Result)
- `messages/*.json` (added after generation)
## Scripts
Run build and dev scripts defined in the generated package.json.