An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Logo


GitHub Release


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

(back to top)

## Built With

- TypeScript
- Execa
- Ora
- Inquirer
- Tsup
- Vitest
- Changeset

(back to top)

## Templates

Until now, DevIniter provides 3 templates: Next.js - Page Router, Vite - React.js and Vitestack

### ViteLogo Next.js - Page Router

Nextjs

### ViteLogo Vite - React.js

Vite

### ViteStack ViteStack

Vitestack

(back to top)

### 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)_

(back to top)

## Top Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].



(back to top)

## License

Distributed under the MIT License. See [LICENSE](https://github.com/Pet3r1512/DevIniter_CLI/blob/feature/contributing-docs/FEAT-007/LICENSE) for more information.

(back to top)

## 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)

(back to top)