Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project templating CLI #9

Open
ruiconti opened this issue Mar 19, 2021 · 0 comments
Open

Project templating CLI #9

ruiconti opened this issue Mar 19, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@ruiconti
Copy link
Contributor

ruiconti commented Mar 19, 2021

Issue

As of now, there are two main usages for this repository:

  1. a scaffold for new projects and
  2. 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 dependencies
@ruiconti ruiconti added enhancement New feature or request help wanted Extra attention is needed labels Mar 19, 2021
@ruiconti ruiconti added this to the Going Public milestone Mar 19, 2021
@ruiconti ruiconti self-assigned this Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant