English | 简体中文
Provides the ability to quickly create preset projects.
In addition to creating excellent templates provided by the official and open source communities as your projects, you are encouraged to use it as a tool to manage the configuration of your personal common project templates. Visit Manage local configuration to learn more.
If you find it useful, Welcome to give it a Star !
- ✈ Practicality - Out-of-the-box starter templates for projects.
- ⚡️ Efficient - Reduces repetitive configuration processes every time a new project is created.
- 🤹 Interactive - Simple command-line interactive operation.
- 🛠 Multi-Tech Stacks - Provide commonly used multiple technology stack project support.
- 🚀 keep pace with the times - Provide open source and long-term maintenance and update templates.
- 🔑 Private Configuration - Support for local configuration files to manage private template lists.
You can simply experience it through the command of the package manager, and directly create the template you need by create preset.
npm create preset
Then follow the prompts!
It is recommended to install globally for easier usage, Please install it globally first:
npm install -g create-preset
You can use the following command to check whether the installation was successful. If successful, you will get a version number.
preset -v
You can refer to Upgrade to learn how to upgrade in the future.
Please visit the official website for full docs.
See: preset.js.org
MIT License © 2022 chengpeiquan