UNPKG

@admac-hub/create-roleauth-core-cli

Version:

Interactive CLI to scaffold a full-stack MERN role-based auth app with Google OAuth and .env setup.

85 lines 1.71 kB
{ "name": "@admac-hub/create-roleauth-core-cli", "version": "1.0.8", "description": "Interactive CLI to scaffold a full-stack MERN role-based auth app with Google OAuth and .env setup.", "main": "bin/index.js", "bin": { "create-roleauth-core-cli": "./bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/admac-hub/create-roleauth-core-cli.git" }, "author": "Dev Ardit Cuko", "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "mern", "auth", "authentication", "authorization", "jwt", "google-oauth", "google login", "oauth2", "role-based access control", "rbac", "passportjs", "session", "access token", "refresh token", "jsonwebtoken", "cli", "create", "scaffold", "starter", "starter-kit", "template", "boilerplate", "init", "project generator", "npx", "npx cli", "project scaffold", "generate app", "quickstart", "backend", "frontend", "fullstack", "api", "rest api", "react", "reactjs", "nodejs", "express", "expressjs", "mongoose", "mongodb", "mongodb atlas", "web app", "web project", "project setup", "development starter", "node scaffold", "auth scaffold", "login register app", "register form", "mern login", "mern register", "react login", "express login", "dev tools", "developer tools", "productivity", "rapid development", "code generation", "fullstack auth cli" ], "dependencies": { "fs-extra": "^11.1.1", "inquirer": "^9.2.6", "prompts": "^2.4.2" } }