Skip to content

eggshell/instigitr

Repository files navigation

instigitr

https://travis-ci.org/eggshell/instigitr.svg?branch=master

instigitr is a command-line tool for creating git repos and initializing their README. It also creates a .gitignore, which is pulled from a sanitized list of gitignores provided by GitHub.

Installation

  1. Clone this repository to your local machine:

    $ git clone git@github.com:eggshell/instigitr.git
    
  2. Install the pip package from the repo's root directory:

    $ pip install .
    

Usage

Create a directory for your new repo, navigate to it and run instigitr:

$ mkdir my-new-repo
$ cd my-new-repo
$ instigitr

Support

Please use the Issue Tracker for bug reports and feature requests.

Contributing

Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.

License

This project is licensed under the GNU GPL License - see the license file for details.

Acknowledgements

About

Git repo generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages