# clap.js **Repository Path**: litert/clap.js ## Basic Information - **Project Name**: clap.js - **Description**: 一个用于解析命令行参数和选项的 Node.js 库。 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://fenying.net - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-14 - **Last Updated**: 2021-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LiteRT/Clap.js [![npm version](https://img.shields.io/npm/v/@litert/clap.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/clap) [![License](https://img.shields.io/npm/l/@litert/clap.svg?maxAge=2592000?style=plastic)](https://github.com/litert/clap/blob/master/LICENSE) [![node](https://img.shields.io/node/v/@litert/clap.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/) [![GitHub issues](https://img.shields.io/github/issues/litert/clap.js.svg)](https://github.com/litert/clap.js/issues) A simple library for parsing commandline arguments. ## Installation ```sh npm i @litert/clap --save ``` ## Documents Preparing yet. ## License This library is published under [Apache-2.0](./LICENSE) license.