/init-project

Create JS projects quickly

Primary LanguageTypeScript

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!