UNPKG

@ooopenlab/create-module

Version:
13 lines (9 loc) 410 B
# 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.