Skip to content

AndresCalimero/ts-webapp-template

Repository files navigation

ts-webapp-template

CI/CD Coverage Status Prettier Commitizen friendly semantic-release typedoc parcel Depfu

This is an example of scaffolding for a web app using TypeScript and Parcel.

IMPORTANT: The placeholders must be replaced with their actual values, please change occurrences of:

  • AndresCalimero (GitHub user) and ts-webapp-template (repo name) in README.md
  • ts-webapp-template with the name of the library in package.json
  • @andrescalimero with the GitHub username in lowercase in package.json
  • AndresCalimero (GitHub user), ts-webapp-template (repo name), Andres Calimero (author name) and andrescalimero@hotmail.es (author email) in package.json
  • Andres Calimero (author name) and 2020 (year) in LICENSE
  • AndresCalimero (GitHub user) and ts-webapp-template (repo name) in CONTRIBUTING.md

Configuration

Auto deployment

Due to limitations in GitHub Actions you have to provide a GitHub PAT (Personal Access Token) if you want to publish your app automatically on every release, to provide the PAT you have to set the variable ACCESS_TOKEN in your repository's secrets with the token as the value. The token should have access to the repo scope.