Tuna Create App is a command-line tool that allows you to create a new project based on a template from the template repository. It is similar to create-react-app but not limited to any specific framework or language.
English | 简体中文
To create a new project, run the following command:
npx tuna-create-app my-app
The project will be created using the name my-app.
Then, the template list will be loaded from the template repository. After selecting a template, it will be downloaded and extracted to complete the project creation process.
If you would like to contribute to Tuna Create App, please submit a pull request on GitHub. We welcome contributions of all kinds, including bug reports, feature requests, and code changes.
Tuna Create App is licensed under the ISC License. See the LICENSE file for more information.