JoaoCarabetta / project-templates

Fast Project Templates
12 stars 4 forks source link

Pack it in a python package #8

Open JoaoCarabetta opened 5 years ago

JoaoCarabetta commented 5 years ago

It would be great to install the project templater with a pip command

JoaoCarabetta commented 5 years ago

This is quite complicated.

I was thinking on how to do it, but I have to debate the possible solutions with someone.

fernandascovino commented 5 years ago

I don't see a reason to do this now. You don't have a huge structure or multiple functionalities to create modules and relate them - basically the main advantage of a package. It would be too much complexity for a simple task, I think.

JoaoCarabetta commented 5 years ago

The main idea to build it on a way that you can easily install it. A python package is an option. There are some packages that install a cli application, such as ours, start_project.

I don't really know how to do that yet. I have to copy from a project. I guess rows has this functionality.