ntw-cli

A lightweight CLI tool for scaffolding Node.js API applications with TypeScript. Quickly set up projects with authentication, authorization, logging, and more.

MIT License

Downloads
515
Stars
2

NTW-CLI (Node TypeScript Wizard)

Welcome to NTW-CLI (Node TypeScript Wizard)! This CLI tool helps you scaffold Node.js API applications with TypeScript and includes features like authentication, authorization, logging, and more!

Installation

You can install NTW-CLI globally from npm:

npm install -g @fless-lab/ntw-cli

Usage

Initialize a New Project

To create a new Node.js project with TypeScript support:

ntw init my-new-project

This will clone the base repository and install all the required dependencies for you.

Commands

  • ntw init <projectName>: Initializes a new Node.js project.
  • ntw --help: Display help information about the CLI.
  • ntw --version: Display the CLI version.

Requirements

  • Node.js >= v14
  • npm