Skip to content

environments for working with cookiecutters

License

Notifications You must be signed in to change notification settings

scharkthemark/ck-envs

Repository files navigation

ck-envs

environments for working with cookiecutters

overview

This project contains files that define the conda environments needed to work with cookiecutter templates. The development environment is used to develop and maintain cookiecutter templates, while the non-development environment is used to create new projects with existing cookiecutter templates.

usage

create and activate the regular environment

conda env create --file https://raw.githubusercontent.com/scharkthemark/ck-envs/main/environment.yaml
conda activate ck

create and activate the development environment

conda env create --file https://raw.githubusercontent.com/scharkthemark/ck-envs/main/environment-dev.yaml
conda activate ck-dev

About

environments for working with cookiecutters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published