πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
Book a DemoInstallSign in
Socket

@easynext/cli

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easynext/cli

EasyNext

0.1.35
latest
Source
npm
Version published
Weekly downloads
92
196.77%
Maintainers
0
Weekly downloads
Β 
Created
Source
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.

FAQs

Package last updated on 07 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts