Inspiration

The goal behind Create.it is to dive straight into developing rather than spending extra time setting up project files. It's a process we all encounter each time we want to start a new project, so Create.it automates that process.

What it does

Create.It is a command line interface (CLI) that allows you to create a repository on your favorite git version control platform. Whether that be GitHub or Bitbucket.

How I built it

Create.it is built using Python and sending networking requests to the respective version control API.

Challenges I ran into

Github updated their preferred way of authentication in the middle of the sprint so we had to pivot to use Oath versus username and password.

Accomplishments that I'm proud of

We have a working product that saves time initializing repos on different version controls.

What I learned

We learned to collaborate in a smaller group and use Github effectively.

What's next for Create.it

Future improvements to Create.it could be more implementations of version controls. Another feature would be to save the authorization details to create the repo faster.

Built With

Share this project:

Updates