poke-ts-api

A TypeScript port of the API used in my PokeJava game

Usage no npm install needed!

<script type="module">
  import pokeTsApi from 'https://cdn.skypack.dev/poke-ts-api';
</script>

README

poke-ts-api

Build Status CircleCI Build status codecov

A TypeScript port of the API used in my PokeJava game

Basic commands

  • info: Display information about the package scripts
  • build: Clean and rebuild the project
  • fix: Try to automatically fix any linting problems
  • test: Lint and unit test the project
  • watch: Watch and rebuild the project on save, then rerun relevant tests
  • cov: Rebuild, run tests, then create and open the coverage report
  • doc: Generate HTML API documentation and open it in a browser
  • doc:json: Generate API documentation in TypeDoc JSON format
  • version: Bump package.json version, update CHANGELOG.md, tag release
  • reset: Delete all untracked files and reset the repo to the last commit
  • prepare-release: One-step: clean, build, test, publish docs, and prep a release