Initialize Developer's Projects with Pre-built Templates
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- Next.js - Page Router - v.14
- TypeScript
- TailwindCSS
- Shadcn
- Aceternity
- Vitest
- Nextra
- Zustand
Until now, DevIniter provides 2 templates: Next.js - Page Router and Vite - React.js
DevIniter provides a range of lightning-fast starter templates to help jumpstart your development journey.
Ensure you have the following tools installed on your system:
- Nodejs (v20.0.0 or higher)
- pnpm (v9.0.0 or higher)
- npm (v10.0.0 or higher)
- yarn (v4.0.0 only) - Beta
Note: We are actively working to expand support for additional Node.js versions and package managers such as Bun.
Installing your favorite template by running:
- npm
npx @deviniter/cli@latest
- pnpm
pnpm dlx @deviniter/cli@latest
- yarn - v4.0.0 (Beta)
yarn dlx @deviniter/cli@latest
For more examples, please refer to the Documentation
DevIniter's templates are designed to streamline your development workflow. Each template comes pre-configured with modern development tools and best practices, allowing you to focus on building your application rather than setting up boilerplate code.
Our templates support various project types including:
- Full-stack web applications
- Static websites
- API services
- Personal Portfolios
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
You can check our project structure whenever you want to add new features, improvements or fix bugs.
This project exists thanks to all the people who contribute. [Contribute].
Distributed under the MIT License. See LICENSE for more information.
Peter Pham - [email protected] - X Profile - LinkedIn
Project Link: https://github.com/Pet3r1512/DevIniter_CLI