Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 333 Bytes

File metadata and controls

13 lines (9 loc) · 333 Bytes

Welcome

This is a copier package that can generate (almost) minimal python package.

Usage:

# Install copier first (https://copier.readthedocs.io/en/stable/)
pipx install copier

# Run the copier. This will create a new folder container the package files.
copier copy https://github.com/hktonylee/create_python_package .