npm.io
0.3.33 • Published 1 month ago

@goldstack/utils-cli

Licence
MIT
Version
0.3.33
Deps
2
Size
11 kB
Vulns
0
Weekly
0
Stars
137

npm version

Goldstack CLI Utils

This library contains a method to wrap the execution for a Node.js CLI application.

This utility has been developed for the Goldstack starter project builder. Check it out for starting your next project

Installation

npm install @goldstack/utils-cli

Usage

import { runCli } from '@goldstack/utils-cli';

runCli(async () => {
  // Your CLI logic here
});

See Source Code.

Keywords