https://github.com/nerdo/make-fresh-repo
A utility for creating a fresh copy of a repository.
https://github.com/nerdo/make-fresh-repo
Last synced: 26 days ago
JSON representation
A utility for creating a fresh copy of a repository.
- Host: GitHub
- URL: https://github.com/nerdo/make-fresh-repo
- Owner: nerdo
- License: mit
- Created: 2019-08-23T06:09:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T06:13:49.000Z (almost 7 years ago)
- Last Synced: 2025-12-13T13:04:57.981Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# make-fresh-repo
A utility for creating a fresh copy of a repository.
The intended use case is to run this on a boilerplate repository to begin working on a new project.
## usage
Change to the direcotry of the repository you want to copy, then run this command:
`npx make-fresh-repo ../destination/repo/path`
...where `../destination/repo/path` is a relative or absolute path to where the new, fresh copy of the repository should go.
The target directory and any missing sub-directories don't need to exist and will be created for you.