Skip to content

Pet3r1512/DevIniter

Repository files navigation


Logo

DevIniter

Initialize Developer's Projects with Pre-built Templates
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About DevIniter
  2. Templates
  3. Getting Started
  4. Usage
  5. License
  6. Contact

About DevIniter

Product Name Screen Shot

(back to top)

Built With

  • Next.js - Page Router - v.14
  • TypeScript
  • TailwindCSS
  • Shadcn
  • Aceternity
  • Vitest
  • Nextra
  • Zustand

(back to top)

Templates

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

ViteLogo Next.js - Page Router

Nextjs

ViteLogo Vite - React.js

Vite

(back to top)

Getting Started

DevIniter provides a range of lightning-fast starter templates to help jumpstart your development journey.

Prerequisites

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.

Installation

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

(back to top)

Usage

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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Project structure

You can check our project structure whenever you want to add new features, improvements or fix bugs.

Top Contributors

This project exists thanks to all the people who contribute. [Contribute].

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Peter Pham - [email protected] - X Profile - LinkedIn

Project Link: https://github.com/Pet3r1512/DevIniter_CLI

(back to top)