Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@premieroctet/next-admin-cli

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@premieroctet/next-admin-cli

CLI for Next-Admin, an admin dashboard for Next.js applications.

  • 0.0.5-rc.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Next-Admin CLI

This CLI allows you to generate the required files to use Next-Admin in your project.

Usage

If the CLI is installed globally or locally :

npx next-admin-cli --help

If the CLI is not installed :

npx @premieroctet/next-admin-cli --help

Available commands

init

This command generates the required files to use Next-Admin in your project. It accepts the following options:

  • --cwd <path> : The Next.js project directory. Default: current directory
  • -s, --schema <path> : The directory path where the Prisma schema is located, relative to the current directory, or cwd if provided
  • -r, --baseRoutePath <path> : The base route path to access your admin in the browser (e.g: /admin). Default: /admin
  • -a, --baseApiPath <path> : The base route path for the API routes (e.g: /api/admin). Default: /api/admin

Keywords

FAQs

Package last updated on 28 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc