create-new-project

0.1.0 • Public • Published

create-new-project

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

Simple Next.js scaffolding for new projects.
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, Prettier, Husky setup
  • runs npm install
  • adds a .gitignore file with Node, MacOS and Intellij 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!

Readme

Keywords

Package Sidebar

Install

npm i create-new-project

Weekly Downloads

9

Version

0.1.0

License

MIT

Unpacked Size

5.97 kB

Total Files

6

Last publish

Collaborators

  • j0nas