Skip to content

flex-development/nest-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nest-commander

github release npm codecov module type: esm license conventional commits typescript vitest yarn

A NestJS module for building CLI applications

Contents

What is this?

NestJS is a framework for building Node.js server-side applications. It can also be used, however, to build standalone applications, thus allowing developers to implement the same architectural patterns across applications. Built on top of Commander.js, nest-commander brings the NestJS developer experience to CLI applications.

Install

This package is ESM only.

yarn add -D @flex-development/nest-commander @nestjs/common @nestjs/core @nestjs/testing

From Git:

yarn add -D @flex-development/nest-commander@flex-development/nest-commander @nestjs/common @nestjs/core @nestjs/testing
See Git Protocol | Yarn  for details on requesting a specific branch, commit, or tag.

Use

TODO: usage docs

Types

This package is fully typed with TypeScript.

Contribute

See CONTRIBUTING.md.