Skip to content
/ next-starter Public template

A command-line tool for initializing Next.js projects with some (absolutely unsolicited and completely questionable) best practice.

Notifications You must be signed in to change notification settings

Kasui92/next-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next-Starter

A command-line tool for initializing Next.js projects with some (absolutely unsolicited and completely questionable) best practice.

Installation

Automatic Installation

Run the installer script with sudo privileges:

sudo ./install.sh

This will install the next-starter command system-wide, making it available from any directory.

Manual Installation

If the automatic installation fails, you can manually create a symbolic link:

sudo ln -sf /full/path/to/next-starter.sh /usr/local/bin/next-starter

Requirements

  • Bash shell
  • Node.js and npm
  • Git (optional, for repository initialization)

Uninstallation

To remove the Next-Starter tool from your system:

sudo rm /usr/local/bin/next-starter

Usage

# Create a project in the current directory
next-starter

# Create a project in a specific path
next-starter /path/to/project

About

A command-line tool for initializing Next.js projects with some (absolutely unsolicited and completely questionable) best practice.

Resources

Stars

Watchers

Forks

Languages