Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kadoshita/latext-counter

LaTeXの文字数をカウントして表示するWebアプリケーション
https://github.com/kadoshita/latext-counter

Last synced: 12 days ago
JSON representation

LaTeXの文字数をカウントして表示するWebアプリケーション

Awesome Lists containing this project

README

        

# latext-counter
LaTeXの文字数をカウントして表示するWebアプリケーション

![screenshot.png](screenshot.png)

```
$ npx latext-counter -h
Usage: latext-counter [options]

A command line tool for count latter of LaTex file.
This application requires texcount command.

Options:
-V, --version output the version number
-p, --port [port] port (default: "3000")
-f, --file LaTex file path (default: "./main.tex")
-h, --help output usage information
```