Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyleamathews/git-scaffold

Create a new project from a git starter
https://github.com/kyleamathews/git-scaffold

Last synced: about 1 month ago
JSON representation

Create a new project from a git starter

Awesome Lists containing this project

README

        

# git-scaffold
Create a new project from a git starter

`npx git-scaffold myrepo/name my-new-app-directory`

Extends [degit](https://www.npmjs.com/package/degit) to run `npm install` and `git init` to finish the project setup.