aio-libs / aio-libs/create-aio-app

need to correct structure to cookiecutter format

Abierto
#56 8 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
Python
Estrellas
309
Forks
87
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

https://github.com/audreyr/cookiecutter#python.

The cookiecutter don't have template for aiohttp in repository, yet. So, i wanna add our template. For that repository need have special structure.
```
hooks/
{project.name}/
cookiecutter.json
```
But for good install package all data need be localise inside same directory. I have two ways:

- split this repository and use as sub-repository (one only for template and second for util)
- do magic with `setup.py`(use `cmdclass` in setup and rewrite some methods)

@jettify @webknjaz what do u think?

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.