https://github.com/zeyu-li/github-initer
Initializes a GitHub repo 😼
https://github.com/zeyu-li/github-initer
github github-init
Last synced: about 2 months ago
JSON representation
Initializes a GitHub repo 😼
- Host: GitHub
- URL: https://github.com/zeyu-li/github-initer
- Owner: Zeyu-Li
- License: mit
- Created: 2021-10-11T19:59:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T00:59:16.000Z (over 4 years ago)
- Last Synced: 2025-03-16T09:44:58.839Z (over 1 year ago)
- Topics: github, github-init
- Language: PowerShell
- Homepage:
- 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
# GitHub Initializer
Initializes a GitHub ready repo folder with an MIT license and a README with the title given.
## Usage
Simply run `create.ps1` and it will prompt you for the repo name. This name can include spaces but in the end the folder name will be in all lowercased and spaces will be replaces with dashes. For example if you enter in `Some New RePo` the folder will be called `some-new-repo` but the readme title will still be `Some New RePo`
## License
[](https://opensource.org/licenses/MIT)