Skip to content

mogollonalex/cookiecutter-personal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecuter Personal Platzi

@mogollonwilmer Platzi

Aprende a crear tu propia plantilla personalizada utilizando cookiecutter.

Requiremientos

pip install cookiecutter

o

conda install -c conda-forge cookiecutter

Crear un nuevo proyecto

En el directorio en el que quieras guardar tu proyecto generado:

cookiecutter https://github.com/platzi/curso-entorno-avanzado-ds --checkout cookiecutter-personal-platzi

Estructura de directorios y archivos resultantes

{{ cookiecutter.project_slug }}
    ├── data
    │   ├── processed      <- The final, canonical data sets for modeling.
    │   └── raw            <- The original, immutable data dump.
    │
    ├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
    │                         the creator's initials, and a short `-` delimited description, e.g.
    │                         `1.0-jvelezmagic-initial-data-exploration`.
    │
    ├── .gitignore         <- Files to ignore by `git`.
    │
    ├── environment.yml    <- The requirements file for reproducing the analysis environment.
    │
    └── README.md          <- The top-level README for developers using this project.

Proyecto creado con fines demostrativos para el curso "Configuración avanzada..." de Platzi por @mogollonwilmer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages