-
Notifications
You must be signed in to change notification settings - Fork 4
Project templating CLI #9
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Issue
As of now, there are two main usages for this repository:
- a scaffold for new projects and
- as a central repository that centers common dependencies, ABCs and adapters
Proposed solution
This issue is about implementing item 1. Instead of using a cookiecutter, implementing a CLI seems more straightforward and natural.
Django's approach seems well-rounded. It's a mix of command-interfaced CLI and project templates.
A possible API:
kingdom init $PROJECT_NAME
kingdom update core
kingdom update dependenciesReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed