-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🚀 Feature Request
For a developer who often creates projects, if it is easy to create a project and configure the basic information, it is best. I hope to optimize the output of the client and provide configuration options, which record the developer's customary configuration, such as user name, whether to use ruff and other configuration options, the following is an example:
github: "Undertone0809"
email: "zeeland4work@gmail.com"
use_ruff: True
use_pre_commit: False
license: Apache Software License 2.0
use_tsinghua_image_source: False
line_length: 99- edit user config:
p3g configRunning this command will open the corresponding configuration file, giving the user the ability to edit it.
- generate new project by config:
p3g generateIf a profile is detected, part of the configuration is created using the profile directly, and if no profile is detected, the project is created in the default way.
🔈 Motivation
Just to make it easier to create projects according to your own habits.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request