You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Issue
As of now, there are two main usages for this repository:
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 dependencies
The text was updated successfully, but these errors were encountered: