README
poke-ts-api
A TypeScript port of the API used in my PokeJava game
Basic commands
info
: Display information about the package scriptsbuild
: Clean and rebuild the projectfix
: Try to automatically fix any linting problemstest
: Lint and unit test the projectwatch
: Watch and rebuild the project on save, then rerun relevant testscov
: Rebuild, run tests, then create and open the coverage reportdoc
: Generate HTML API documentation and open it in a browserdoc:json
: Generate API documentation in TypeDoc JSON formatversion
: Bump package.json version, update CHANGELOG.md, tag releasereset
: Delete all untracked files and reset the repo to the last commitprepare-release
: One-step: clean, build, test, publish docs, and prep a release