Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadoshita/latext-counter
LaTeXの文字数をカウントして表示するWebアプリケーション
https://github.com/kadoshita/latext-counter
Last synced: 12 days ago
JSON representation
LaTeXの文字数をカウントして表示するWebアプリケーション
- Host: GitHub
- URL: https://github.com/kadoshita/latext-counter
- Owner: kadoshita
- License: mit
- Created: 2021-02-07T09:18:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T12:09:50.000Z (almost 4 years ago)
- Last Synced: 2024-12-07T02:45:24.344Z (17 days ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```