Install cookiecutter with pip
pip install cookiecutter
or with anaconda
conda install -c conda-forge cookiecutter
Create your new cookiecutter article with
cookiecutter https://github.com/bstellato/cookiecutter-latex-article
It will ask you some details such as the directory_name
, article_title
and author
.