Skip to content

🆕 Generate a new GitHub repository in 3 seconds (literally)

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.kickstart
Notifications You must be signed in to change notification settings

wswongat/github.init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.(init|new)?!

github.init

Generate a new GitHub repository in 3 seconds (literally). There are a lot of customizations to do for a new repository, and this tool just solves the first problem for you.

To generate

The script and the templates themselves are self-deleting, but I assure you that this is very safe.

$ git clone https://github.com/poyea/github.init.git
$ cd github.init
$ python --version
Python 3.9.0
$ ./kickstart.py -h
usage: kickstart.py [-h] --name name --author author --license name --readme type [-q quiet]

Kickstart your GitHub project!

optional arguments:
  -h, --help            show this help message and exit
  --name name, -n name  your project name
  --author author, -a author
                        your name
  --license name, -l name
                        license to be used
  --readme type, -r type
                        type of README.md to be used
  -q quiet              suppress warning
$ python ./kickstart.py --license "Apache 2.0" -r "left" -n "your cool project" -a "your name"
$ cd ..
$ mv -T github.init your_cool_project

and it's ready to gooooo!

If you like this, please

  • Star
  • Fork
  • Contribute

License

This repository is licensed under MIT. See also LICENSE for details.

About

🆕 Generate a new GitHub repository in 3 seconds (literally)

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.kickstart

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%