vcate
v0.2.7
Published
CLI handler.
Downloads
31
Readme
VCate
This library is designed to simplify the handling of command line arguments.
Installation
npm install vcate@latestnew VCate()
The starting point for work is the "VCate" class.
import VCate from "vcate";new VCate(...commands: Cat[]);commands — a list of Cat objects representing commands.
