1.2.9 • Published 1 year ago

next-app-complete v1.2.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

About project

This project contains scripts to setup a Next.js project with all the necessary configurations in my own way.

What is next-app-complete included?

This project contains the following dependencies:

  • Next.js (latest version)
  • pnpm (install if you don't have it)
  • tailwindcss
  • eslint
  • @typescript-eslint/parser
  • @typescript-eslint/eslint-plugin
  • prettier
  • eslint-config-prettier
  • eslint-plugin-prettier
  • prettier-plugin-tailwindcss
  • eslint-plugin-simple-import-sort
  • lint-staged
  • husky
  • @commitlint/config-conventional
  • @commitlint/cli

How to use it?

I recommended you install in global mode:

npm install -g next-app-complete

After that, you can run the script to setup your project:

next-app-complete ${your-project-name}

If you don't specify a project name, it will be 'ui-base' by default.

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.1.6

1 year ago

1.2.4

1 year ago

1.1.5

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.0

2 years ago