JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q32328F
  • License MIT

CLI to generate auth-ready frontend/backend projects

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nbd-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    nbd-app ๐Ÿงช

    nbd-app is a CLI tool to scaffold full-stack authentication starter projects using React, Tailwind, Node.js, Express, and more โ€” with support for email verification and OAuth (Google login).

    ๐Ÿš€ Usage

    npx nbd-app

    You'll be prompted to:

    • Enter a project name
    • Choose an authentication setup (Email Only, Email + Google)

    ๐Ÿ“ฆ Features

    • โšก Vite + Tailwind setup
    • ๐Ÿ”’ Email verification authentication
    • ๐Ÿ” Google login (OAuth)
    • ๐Ÿ“ Pre-made templates ready to customize

    ๐Ÿ“ Example Template Structure

    project-name/
    โ”œโ”€โ”€ index.html
    โ”œโ”€โ”€ combo.txt

    ๐Ÿ›  Technologies

    • Node.js CLI
    • Inquirer.js (prompt UI)
    • fs-extra (for file handling)

    ๐Ÿ“œ License

    MIT


    Made with โค๏ธ by Nischay Bandodiya