Skip to content

j0nas/init-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-new-project

npm install --global create-new-project
init <my-project-name>

Simple scaffolding for new Next.js projects with Typescript.
Regardless of how simple the setup process is, it's still wasted brain power.


Running init <project-name>:

  • creates <project-name> directory
  • adds project package.json with React, Next, Typescript, Prettier, Husky setup
  • runs npm install
  • adds a .gitignore file with predefined ignore rules
  • initialises a new git project and creates an initial commit with all new files
  • Starts the next.js dev server and opens localhost in your default browser

This tool is quite simple in its current state, but I would love to build on it. Open an issue or PR with your ideas and let's discuss!

About

Create JS projects quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors