Registry / devops / create-next-auth-app-cli

create-next-auth-app-cli

JSON →
library1.0.3jsnpmunverified

CLI tool (v1.0.3) to scaffold a Next.js authentication boilerplate with login, register, dashboard, and admin pages. One command generates a full auth frontend using Next.js, React 19, Tailwind CSS, shadcn/ui, Axios, and JWT token management. Relies on a separate backend package (create-auth-app-cli) for API endpoints. GitHub not found, low download count, experimental. Not a library — use as a scaffolding tool via npx.

npm install create-next-auth-app-cli
INSTALL
IMPORT
SIG · CREATE-NEXT-AUTH-A
C
create-next-auth-app-cli
devopsjavascriptv1.0.3
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

create-next-auth-app-cli
npx create-next-auth-app-cli <project-name>
This is a CLI tool, not a code library. Use npx or npm init to run it.

Scaffold a Next.js auth frontend project and run it locally.

npx create-next-auth-app-cli my-auth-app cd my-auth-app cp .env.example .env.local npm install npm run dev
create-next-auth-app --version
Debug
Known issues
gotchaThis package scaffolds a frontend only — you must also run the backend (create-auth-app-cli) for API endpoints.
fix
Run `npx create-auth-app-cli my-backend` in another directory and start the backend server.
affects: >=1.0.0
gotchaThe scaffolded project uses localStorage + cookies for JWT, which may be insecure against XSS. Use httpOnly cookies for production.
fix
Modify the generated auth logic to use httpOnly cookies and CSRF tokens.
affects: >=1.0.0
gotchaPackage has low popularity and no visible issue tracker or repository. Stability and maintenance are uncertain.
fix
Evaluate other solutions like NextAuth.js or Lucia before using in production.
affects: *
Errors
Common errors & fixes
npx create-next-auth-app-cli my-project command not found
Package not installed globally or network issue
fix
Run `npx create-next-auth-app-cli@latest my-project` to use the latest version.
Error: Cannot find module 'axios'
Dependencies not installed after scaffolding
fix
Run `npm install` inside the project folder.
Failed to start dev server: port 3000 in use
Port already occupied
fix
Run `npm run dev -- -p 3001` or kill the process using port 3000.
Upgrade
Version history
1.0.3latest on npm
Audit
Dependencies
nextrequiredRequired framework for the scaffolded project
reactrequiredUI library
axiosrequiredHTTP requests to backend
js-cookierequiredCookie management for JWT
tailwindcssrequiredCSS framework
shadcn/uirequiredUI component library
Agent activity
2 hits · last 30 days
node
2
Resources
create-next-auth-app-cli — npm install create-next-auth-app-cli · libregistry