What is a Task
? See task.md
.
- 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 the configured registry, and git push
- reinstall - refreshes package-lock.json with the latest and cleanest deps
- release - publish and deploy
- resolve - diagnostic that logs resolved filesystem info for the given input paths
- run - execute a file with the loader, like
node
but works for TypeScript - sync - run
gro gen
, updatepackage.json
, and optionally install packages to sync up - test - run tests with uvu
- typecheck - run tsc on the project without emitting any files
- upgrade - upgrade deps
$ gro some/name
generated by tasks.gen.md.ts