/project-template

Template for new projects.

Primary LanguageShell

Project Template

This is a template for new projects. It is written thinking of Python 3, Ubuntu systems and Docker, but it could be adapted to other needs. It have also some shortcuts for Django.

scripts folder is based on Scripts To Rule Them All.

Usage

N=my_app; git clone --depth=1 https://github.com/cristobalcl/project-template.git $N && rm -rf $N/.git

Disclaimer

Work in progress.