@easynext/cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.35 • Public • Published
EasyNext logo

EasyNext

NPM version License

Depends on Cursor, Vercel, shadcn-ui, tailwindcss, Supabase

Easiest way to start Next.js project ⚡️ 한글

With EasyNext, You can ...

Do all the things you need to do to start a Next.js project,
in your own language! (English, Korean)

  • Create a Ready-to-use project
  • Set up Google/Apple/Kakao/Naver Auth
  • Set up and link Supabase
  • Set up Google Sheet modules
  • More to come... 👀

Prerequisites

  • Node.js 20+

Installiation

# (recommended) use npm
$ npm install -g @easynext/cli

# if you are using yarn, pnpm
$ yarn global add @easynext/cli
$ pnpm add -g @easynext/cli

Available commands

# Check tools installation
$ easynext doctor

# Set language
$ easynext lang <'ko' | 'en'>

# Create a new project
$ easynext create <project-name>

# Init supabase
$ easynext supabase

# Init next-auth
$ easynext auth
or
$ easynext auth init

# Set oauth provider
$ easynext auth <'kakao' | 'idpw'>

# Set Up Google Analytics
$ easynext gtag

# Set Up Microsoft Clarity
$ easynext clarity

# Set Up ChannelTalk
$ easynext channeltalk

# Set Up Sentry
$ easynext sentry

Coming Soon Commands

# Init next-ui
$ easynext next-ui

# Add Google Sheet modules
$ easynext google-sheet

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i @easynext/cli

Weekly Downloads

85

Version

0.1.35

License

MIT

Unpacked Size

756 kB

Total Files

240

Last publish

Collaborators

  • greatsumini