Skip to content
/ next-template Public template
generated from archoleat/repo-template

Template for quick project creation on NextJS

License

Notifications You must be signed in to change notification settings

archoleat/next-template

Repository files navigation

Next Template

Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

Next Template is a template repository designed for quickly starting new projects with pre-configured tools and best development practices.

This template includes ready-made solutions for integration with:

  • Git.
  • GitHub.
  • Commitlint.
  • Conventional Commits.
  • Husky.
  • Pre Commit Hook.
  • Lint Staged.
  • GitHub Actions.
  • Bun.
  • EditorConfig.
  • ESLint.
  • Remark.
  • Prettier.
  • TypeScript.
  • Next.
  • React.
  • Dependabot.

Getting Started

  1. Create a Repository: Use this template to create a new repository on GitHub.

    Since this is a Public Template you can click the button Use this template for a faster and more convenient cloning.

  2. Clone the Repository: Clone your new repository to your local machine.

  3. Start Development: Develop your project, making changes according to your project's needs.

  4. Configure GitHub Actions: Modify GitHub Actions settings to fit your requirements.

Features

  • Flexibility: Easily customizable template to adapt to different project types.

  • Git and GitHub Integration: Pre-configured .gitignore and .gitattributes for efficient work with Git and GitHub.

    • Conventional Commits & Commitlint: If you don't want to think about how to write a commit every time, these plugins will help you.

      It will be especially useful for teams that have an ongoing debate about writing commits.

    • Husky, Lint Staged & Pre Commit: Won't let you submit bad code to the repository!

  • Continuous Integration (CI): Built-in CI support using GitHub Actions for automatic linting, testing and building of your code with each change.

    Also suitable for private repositories! GitHub Actions use cache, timeout-minutes, paths and workflow run to reduce the execution time, which means it will significantly reduce your costs!

    • Linters: Help you maintain a consistent code writing style and find errors.
  • TypeScript: Pre-configured TypeScript setup for improved reliability and development convenience.

  • Bots:

    • Dependabot: No more wasting time updating dependencies!

Scripts

  • start: Installs dependencies and Husky.
  • dev: Run dev mode.
  • build: Run build mode.

Workflows

Change of Maintainer

The following files use the names Archoleat and nikkeyl by default:

Before using this template, replace this names with your name, name of your team or the name of your organization.

Caution

Don't forget to change your license!

Contributing

Please read CONTRIBUTING to start contributing.

License

This project is licensed under the MIT license.