# config-style-cli

> This is a config-style CLI Builder.

Latest version **0.0.2** (published 2021-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install config-style-cli
pnpm add config-style-cli
yarn add config-style-cli
bun add config-style-cli
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2021-02-15 |
| First published | 2021-02-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | zhyjs |

## Links

- npm: https://www.npmjs.com/package/config-style-cli
- npm.io page: https://npm.io/package/config-style-cli

## Dependencies (1)

- [meow](https://npm.io/package/meow.md) ^9.0.0

## Recent versions

- 0.0.2 (latest) — 2021-02-15
- 0.0.1 — 2021-02-15

## README

# config-style-cli

## Introduction

This is a config-style CLI Builder.

Usually, this library is used to build a CLI Tool to start the service app with config.

## Install

```
npm i config-style-cli
```

## Usage

```
const { App, AppDefaultConfig } =  require("./app");

const CLI = require("config-style-cli");

CLI([
    App,
    AppDefaultConfig    
]);

```
Then use the CLI Tool to start your service app:
```
  Options:
      --init : initialize a default json config file
      --config, -c : specify a config path
      --appname : specify app name you want to start
      --start : start the app

```

---
_Source: https://npm.io/package/config-style-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
