Skip to content

Copier template for Python CLIs with Click and Poetry.

License

Notifications You must be signed in to change notification settings

joaopalmeiro/copier-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copier-cli

Copier template for Python CLIs with Click and Poetry.

Quickstart

copier "gh:joaopalmeiro/copier-cli" <cli_name>

Development

  • export PIPENV_VENV_IN_PROJECT=1 && pipenv install --python 3.7
  • pipenv run copier --version
  • pipenv run djlint project/* --lint --profile=jinja
  • rm -rf demo && pipenv run copier . demo or rm -rf demo && pipenv run copier "gh:joaopalmeiro/copier-cli" demo

Deployment

Notes