@nullcc/any-factory

0.0.6 • Public • Published

any-factory

Sample project for observable and dynamic CLI application.

Installation

npm i -g @nullcc/any-factory

Usages

Usage: any-factory [options] [command]

Options:
  -h, --help                  display help for command

Commands:
  produce-products [options]  Produce products
  help [command]              display help for command

Produce products

Usage: any-factory produce-products [options]

Produce products

Options:
  -s, --specs <specs>              Product specs
  -c, --concurrency <concurrency>  Concurrency of production task (default: 1)
  --with-server                    Will start a HTTP server to provide a way to inspect some internal data if specified
  -h, --help                       display help for command

Sample:

any-factory produce-products --specs="a:10;b:20;c:30" --concurrency=1 --with-server

/@nullcc/any-factory/

    Package Sidebar

    Install

    npm i @nullcc/any-factory

    Weekly Downloads

    1

    Version

    0.0.6

    License

    UNLICENSED

    Unpacked Size

    281 kB

    Total Files

    224

    Last publish

    Collaborators

    • ethan.zhang