This repository contains a few starter templates that you can initialize with the
help of degit
.
- joelvoss/jvdx-templates/node-lib
- joelvoss/jvdx-templates/react-lib
- joelvoss/jvdx-templates/next-app
- joelvoss/jvdx-templates/google-cloud-function
- joelvoss/jvdx-templates/google-cloud-run
- joelvoss/jvdx-templates/node-rest-api
$ npx degit joelvoss/jvdx-templates/<template-name> my-package
$ cd my-package
# Using npm
$ npm install
# Using yarn
$ yarn