Skip to content

Latest commit

History

History
35 lines (27 loc) 路 1.39 KB

tasks.md

File metadata and controls

35 lines (27 loc) 路 1.39 KB

tasks

gro / lib / docs / tasks.md

What is a Task? See task.md.

all tasks

  • build - build the project
  • changeset - call changeset with gro patterns
  • check - check that everything is ready to commit
  • clean - remove temporary dev and build files, and optionally prune git branches
  • commit - commit and push to a new branch
  • deploy - deploy to a branch
  • dev - start SvelteKit and other dev plugins
  • format - format source files
  • gen - run code generation scripts
  • lint - run eslint
  • publish - bump version, publish to npm, and git push
  • release - publish and deploy
  • run - execute a file with the loader, like node but works for TypeScript
  • sync - run gro gen, update package.json, and optionally npm i to sync up
  • test - run tests with uvu
  • typecheck - run tsc on the project without emitting any files
  • upgrade - upgrade deps

usage

$ gro some/name

gro / lib / docs / tasks.md

generated by tasks.gen.md.ts