0.1.0 • Published 1 year ago
solid-apg v0.1.0
Solid APG
1. Development scripts
# NOTE: Create a dist folder with the compiled code.
pnpm build
# NOTE: Run unit tests
pnpm test:unit
# NOTE: Generate code coverage report
pnpm test:coverage
# NOTE: Generate test results report
pnpm test:report
# NOTE: Generate typedoc documentation
pnpm typedoc