Skip to content

πŸ’’ Generates a Next.js template with github actions do deploy as github page

Notifications You must be signed in to change notification settings

cesarferreira/nexto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nexto - Next.js Project Generator

A powerful CLI tool to create Next.js projects with opinionated best practices and configurations.

Features

  • ⚑️ Next.js 14 with App Router
  • 🎯 TypeScript for type safety
  • 🎨 Tailwind CSS for styling
  • πŸ“¦ Bun for faster package management and development
  • πŸš€ Turbopack for lightning-fast builds
  • πŸ”„ GitHub Actions for CI/CD
  • πŸ“ Organized Project Structure with src directory
  • βš™οΈ Optimized Next.js configuration
  • πŸ”’ Security best practices

Prerequisites

Before you begin, ensure you have the following installed:

  • Bun (Required for package management and development)
  • Rust (Required for installing the CLI tool)

Installation

Install the CLI tool globally using:

cargo install --git https://github.com/cesarferreira/nextjs-starter.git

Usage

Create a new Next.js project anywhere on your system:

nexto my-project

Replace my-project with your desired project name (only letters, numbers, hyphens, and underscores are allowed).

Project Structure

my-project/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ app/           # App Router pages and layouts
β”‚   β”œβ”€β”€ components/    # Reusable UI components
β”‚   β”œβ”€β”€ lib/          # Utility functions and shared logic
β”‚   └── styles/       # Global styles and Tailwind config
β”œβ”€β”€ public/           # Static assets
β”œβ”€β”€ .github/          # GitHub Actions workflows
└── next.config.mjs   # Next.js configuration

Development

After creating your project:

cd my-project
bun dev

Then open http://localhost:3000 in your browser.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - feel free to use this template for any project.

Support

If you find this tool helpful, please consider giving it a star ⭐️ on GitHub.

About

πŸ’’ Generates a Next.js template with github actions do deploy as github page

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published