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.