https://github.com/pet3r1512/deviniter_cli
The CLI for installing starter templates from DevIniter
https://github.com/pet3r1512/deviniter_cli
changesets cli nextjs npm pnpm starter-template tanstack template-project tsup typescript vite vitest yarn
Last synced: 20 days ago
JSON representation
The CLI for installing starter templates from DevIniter
- Host: GitHub
- URL: https://github.com/pet3r1512/deviniter_cli
- Owner: Pet3r1512
- License: mit
- Created: 2024-10-16T04:31:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T04:01:49.000Z (about 1 year ago)
- Last Synced: 2025-12-26T20:57:52.015Z (5 months ago)
- Topics: changesets, cli, nextjs, npm, pnpm, starter-template, tanstack, template-project, tsup, typescript, vite, vitest, yarn
- Language: TypeScript
- Homepage: https://www.deviniter.site
- Size: 3.87 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Initialize Developer's Projects with Pre-built Templates
Explore the docs »
Report Bug
·
Request Feature
- ⚡ Start your project within under 60 seconds
- ⚙️ Rich technologies and tools
## Built With
- TypeScript
- Execa
- Ora
- Inquirer
- Tsup
- Vitest
- Changeset
## Templates
Until now, DevIniter provides 3 templates: Next.js - Page Router, Vite - React.js and Vitestack
###
Next.js - Page Router
###
Vite - React.js
###
ViteStack
### Prerequisites
Ensure you have the following tools installed on your system:
- Nodejs (v20.0.0 or higher)
- npm (v10.0.0 or higher)
- pnpm (v9.0.0 or higher)
- yarn (v4.0.0)
Note: We are actively working to expand support for additional Node.js versions and package managers such as Bun.
### Installation
Installing your favorite template by running:
- Using npm:
```bash
npx @deviniter/cli@latest
```
- Using pnpm
```bash
pnpm dlx @deviniter/cli@latest
```
- Using yarn (beta)
```bash
yarn dlx @deviniter/cli@latest
```
_For more examples, please refer to the [Documentation](https://www.deviniter.site/docs/introduction)_
## Top Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
## License
Distributed under the MIT License. See [LICENSE](https://github.com/Pet3r1512/DevIniter_CLI/blob/feature/contributing-docs/FEAT-007/LICENSE) for more information.
## Contact
Peter Pham - peter1512.dev@gmail.com - [X Profile](https://x.com/Thnh_Phng_) - [LinkedIn](https://www.linkedin.com/in/peter-pham-6b02a2229)
Project Link: [https://github.com/Pet3r1512/DevIniter_CLI](https://github.com/Pet3r1512/DevIniter_CLI)


