Create a new project from a git starter
npx git-scaffold myrepo/name my-new-app-directory
Extends degit to run npm install
and git init
to finish the project setup.
Create a new project from a git starter
npx git-scaffold myrepo/name my-new-app-directory
Extends degit to run npm install
and git init
to finish the project setup.