JSPM

nodet-cli

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

nodets is a powerful and user-friendly CLI tool designed to streamline the creation of Node.js and Next.js projects using TypeScript. With nodets, developers can kickstart their projects with ease, leveraging pre-configured templates, best practices, and optimized workflows for TypeScript development. Whether you're building a backend server or a modern frontend application, nodets simplifies the setup process so you can focus on writing code.

Package Exports

  • nodet-cli
  • nodet-cli/index.js

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

Readme

nodets

nodet-cli is a powerful and user-friendly CLI tool designed to streamline the creation of Node.js and Next.js projects using TypeScript. With nodet-cli, developers can kickstart their projects with ease, leveraging pre-configured templates, best practices, and optimized workflows for TypeScript development.

Features

  • Generate boilerplate projects for Node.js and Next.js with TypeScript support.
  • Fully customizable project templates.
  • Designed for both backend and frontend developers.
  • Streamlines project initialization with best practices.
  • Initializes a git repository and install dependencies
  • Shipped with TypeScript, express, routing setup support for nidejs
  • Shipped with TypeScript, Shadcn, TailwindCss
  • Shipped with MongoDB and Prisma
  • CRUD functionality for product model

Installation and Usage

Install npx nodet-cli my-app globally via npm:

npx nodet-cli my-app

Follow the prompt to select your preferred language or framework.

License

MIT License

nodet-cli