Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teatimeguest/node-ctan
CTAN (Comprehensive TeX Archive Network) API client for Node.js
https://github.com/teatimeguest/node-ctan
ctan latex tex texlive
Last synced: 6 days ago
JSON representation
CTAN (Comprehensive TeX Archive Network) API client for Node.js
- Host: GitHub
- URL: https://github.com/teatimeguest/node-ctan
- Owner: teatimeguest
- License: mit
- Created: 2022-08-22T13:09:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T17:20:44.000Z (about 1 year ago)
- Last Synced: 2024-08-10T07:38:45.266Z (3 months ago)
- Topics: ctan, latex, tex, texlive
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ctan
- Size: 1.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctan
> [CTAN (Comprehensive TeX Archive Network)][ctan] API client for Node.js
[![npm][npm-badge]][npm]
[![Docs][typedoc-badge]][docs]
[![CI][ci-badge]][ci]
[![codecov][codecov-badge]][codecov]## License
[MIT License][license]
[ci]: https://github.com/teatimeguest/node-ctan/actions/workflows/ci.yml
[ci-badge]: https://github.com/teatimeguest/node-ctan/actions/workflows/ci.yml/badge.svg?branch=main
[codecov]: https://codecov.io/gh/teatimeguest/node-ctan
[codecov-badge]: https://codecov.io/gh/teatimeguest/node-ctan/branch/main/graph/badge.svg?token=IJ2XRMIPL2
[ctan]: https://www.ctan.org/
[docs]: https://teatimeguest.github.io/node-ctan/latest
[license]: https://github.com/teatimeguest/node-ctan/blob/main/LICENSE
[npm]: https://www.npmjs.com/package/ctan
[npm-badge]: https://img.shields.io/npm/v/ctan?logo=npm
[typedoc-badge]: https://img.shields.io/github/v/tag/teatimeguest/node-ctan?label=TypeDoc&color=9525FB&sort=semver