Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cronosjs-labs/create-cronos
Generate a project with Vite, Express, Tauri, Next.js, Astro and other technologies with a single command.
https://github.com/cronosjs-labs/create-cronos
create-cronos express nextjs tauri vite vitepress
Last synced: about 1 month ago
JSON representation
Generate a project with Vite, Express, Tauri, Next.js, Astro and other technologies with a single command.
- Host: GitHub
- URL: https://github.com/cronosjs-labs/create-cronos
- Owner: cronosjs-labs
- License: mit
- Created: 2023-10-14T23:27:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T08:14:55.000Z (8 months ago)
- Last Synced: 2024-04-02T03:51:54.748Z (8 months ago)
- Topics: create-cronos, express, nextjs, tauri, vite, vitepress
- Language: TypeScript
- Homepage: https://cronosjs.dev/
- Size: 1.86 MB
- Stars: 21
- Watchers: 0
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# **CREATE CRONOS**### Generate a project with Vite, Express, Tauri, Next.js, Astro and other technologies with a single command.
### ⚡ Quick start
```bash
npm create cronos@latest
```### 📦 Supported technologies
> [!NOTE]
> When you create a project with Create Cronos, you can choose the technology you want to use. The following technologies are supported by default.- ✅ Vite
- ✅ Tauri
- ✅ Vitepress
- ✅ Astro
- ✅ Starlight
- ✅ Next.js
- ✅ Hono
- ✅ Express
- ✅ Angular
- ✅ Rsbuild
- ✅ Rspack### 🚀 Maintained templates
> [!IMPORTANT]
> The following templates are maintained in the Create Cronos project.- Express ( `./templates/express` )
- ✅ Unit tests with Vitest
- ✅ Nodemon to watch changes
- ✅ Eslint and Prettier
- ✅ Typescript support### 📋 Roadmap
- [ ] Add support for Nuxt
- [ ] Add support for React Native
- [ ] Detection of configuration errors### ⭐ Custom Project Generator
> [!TIP]
> Check `examples` folder to see examples of custom project generators using Create Cronos.Generate your `own project generator` adapted to the needs of your organization in record time. You can find the documentation at [cronosjs.dev](https://cronosjs.dev/).
### 🚧 Issues and feature requests
If you have any issues or feature requests, please open an issue in the [issues](https://github.com/cronosjs-labs/create-cronos/issues) section of this repository. Befree to contribute to the project, check the `CONTRIBUTING.md` file for more information.
### 📜 Changelog
See the [CHANGELOG](CHANGELOG.md) file for details about the changes made in each version of the project.
### 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.