Description
Sets up a new (python) project using a template
Motivation
Setting up all files to create a new project is time consuming and involves lots of small technical choices.
Features
- Supports setting up files for a project in any language but default template targets python.
- Template files and directories
Why use this project?
You are probably better off using Cookiecutter
Example usage
apc -target-dir . -project-name hello-world -desc "Say hello to the world" -package-name hello_world -command hello -owner-email hello@example.com
For explanation of all terms see Glossary