JSPM

student-help

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

🎓 Student Help Framework - Create full-stack projects in minutes with integrated StudentHelp utilities module

Package Exports

  • student-help
  • student-help/cli.mjs

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 (student-help) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🎓 Student Help

A mini-framework that shortcuts NestJS + Next.js setup for students. Write one command, get a full-stack project.

⚡ Quick Start

npm install -g student-help
student-help new my-app
cd my-app
docker-compose up -d

Done! Your project is running at:

🎁 What You Get

Backend - NestJS with StudentHelp module (50+ utilities)
Frontend - Next.js with Tailwind CSS
Database - PostgreSQL ready to use
Docker - Everything containerized
Auth - JWT setup included

📖 Commands

student-help new app-name          # Create new project
student-help generate:auth          # Add authentication
student-help generate:resource User # Create CRUD endpoints
student-help --help                 # See all commands

🚀 Perfect For

  • 👨‍🎓 Students learning full-stack
  • 🏗️ Quick prototypes
  • 📚 School/university projects
  • 💼 Rapid MVPs

Get started in 2 minutes. 🚀