waynegibson / github-workflow-testing

The Github workflow testing space.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-workflow-testing

The Github workflow testing space. It uses turborepo, and Nuxt 3 project to lint, typecheck, build and test the Github workflow.

Apps

  • @project/nuxt-website

Packages

  • @project/tsconfig
  • @project/eslint-config-antfu

Commands

To run a specific app without running all apps in parallel.

Apps

pnpm web:nuxt

Maintenance

  • Kill-port

    To kill a server process after the server was left running when the terminal is closed.

    npx kill-port --port <NUMBER>

    or to kill multiple ports

    npx kill-port --port <NUMBER>,<NUMBER>,<NUMBER>

Contributors

About

The Github workflow testing space.


Languages

Language:TypeScript 45.3%Language:Vue 28.0%Language:JavaScript 26.7%