1.1.2 • Published 2 years ago

clean-next-boilerplate v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Clean Next.js Boilerplate CLI

GitHub package.json version (subfolder of monorepo)

Generate a clean Next.js boilerplate with various base configurations. To get started, use the following command:

npx clean-next-boilerplate

To create a new app in a specific folder, you can send a name as an argument. For example, the following command will create a new Next.js app called blog-app in a folder with the same name:

npx clean-next-boilerplate blog-app

Options

clean-next-boilerplate comes with the following options:

  • -V, --version output the version number
  • -y, --yes answer yes to all the prompts
  • -h, --help display help for command
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago