Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kyleamathews/git-scaffold
- Owner: KyleAMathews
- License: mit
- Created: 2023-11-15T22:42:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-08T22:46:35.000Z (11 months ago)
- Last Synced: 2024-09-19T06:49:29.754Z (about 2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.