anomaly / anomaly/lab-python-server
Based on `@devraj` gist build a task endpoint to eject the project from the template
- 主要语言
- Python
- 星标
- 16
- 派生
- 4
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Is your feature request related to a problem? Please describe.**
At the moment the user still has to eject the project by:
- Changing package names
- Updating references in alembic
- Adjusting project version numbers
**Describe the solution you'd like**
I had been maintaining a few `gists` on my own to [help with this](https://gist.github.com/devraj/d7c639a5a4e08117a2bfc10253a52818). The exercise is about formalising where I was headed with this and provide an endpoint via the `Taskfile`.
Note that should ensure the the user isn't accidentally performing this task.
Taskfile does support [user input](https://github.com/go-task/task/issues/92#issuecomment-370253942) which should be used to ask the user for confirmation.
**Describe alternatives you've considered**
Not applicable, this was always the plan.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。