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

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 😼

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

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)