
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@easynext/cli
Advanced tools
Depends on Cursor, Vercel, shadcn-ui, tailwindcss, Supabase
Easiest way to start Next.js project ⚡️ 한글
Do all the things you need to do to start a Next.js project,
in your own language! (English, Korean)
# (recommended) use npm
$ npm install -g @easynext/cli
# if you are using yarn, pnpm
$ yarn global add @easynext/cli
$ pnpm add -g @easynext/cli
# Check tools installation
$ easynext doctor
# Set language
$ easynext lang <'ko' | 'en'>
# Create a new project
$ easynext create <project-name>
# Create a new project in specific directory
$ easynext create <project-name> --path <directory>
# Create a new project in specific directory
$ easynext create <project-name> --path <directory>
# Example: create in subfolder
$ easynext create my-app --path ./subfolder
# 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
# Init next-ui
$ easynext next-ui
# Add Google Sheet modules
$ easynext google-sheet
MIT.
FAQs
EasyNext
We found that @easynext/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.