This repository contains starter templates that you can initialize with the help
of degit.
- joelvoss/jvdx-templates/cloud-run-node
- joelvoss/jvdx-templates/cloud-run-python
- joelvoss/jvdx-templates/next-app-router
- joelvoss/jvdx-templates/node-lib
- joelvoss/jvdx-templates/react-lib
# 1) Clone repository using `degit`.
$ npx degit joelvoss/jvdx-templates/<template-name> my-package
# 2) Navigate into cloned repository.
$ cd my-package
# 3) Install dependencies.
$ npm install