0.0.3 • Published 4 years ago

rpdoc v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

node - cli 01

Overview

Explore how to create a cli app with javascript/typescript according
Build a JavaScript Command Line Interface (CLI) with Node.js

Quick Start

Install Repodoc with

npm install -g repodoc

Repodoc can be used

  • as command line interface (with an optional configuration file) or
  • as package via its JavaScript API.

For getting informations about available options and parameters run

repodoc -h

for further informations see manual.

Implementation Approach / Plan

Follow the article/chapter thereby manually transfer javascript to typescript.

Implementation / Realization

See Development Log.