Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 536 Bytes

src2print

src2print is a simple tool for convert your source code to a HTML file and open to browser.

It can be useful if you need to licence you software.

NPM

Requirements

  • Linux
  • NodeJS 17.5 ^

Installation

npm i src2print -g

Usage

Open a terminal and run:

src2print

Args

Set title for document:

src2print -t "Title"

Set needed extensions:

src2print -e js,jsx,ts,tsx