JSPM

@flex-development/nest-commander

1.0.0-alpha.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q31434F
  • License BSD-3-Clause

A NestJS module for building CLI applications

Package Exports

  • @flex-development/nest-commander
  • @flex-development/nest-commander/commander
  • @flex-development/nest-commander/package.json
  • @flex-development/nest-commander/testing

Readme

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.