Socket
Socket
Sign inDemoInstall

@nullcc/any-factory

Package Overview
Dependencies
260
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nullcc/any-factory

Sample project for observable and dynamic CLI application.


Version published
Maintainers
1
Created

Readme

Source

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

FAQs

Last updated on 29 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc