File: README.source

package info (click to toggle)
node-typescript 5.0.4%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 459,140 kB
  • sloc: javascript: 1,972,754; makefile: 6; sh: 1
file content (11 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
The manual pages are generated downstream in Debian and thus has to be updated with each release.

The debian/tsc.1 manpage is generated after updating typescript to the new version and installing
the corresponding built deb with the following command:

    help2man --name tsc --section 1 --output debian/tsc.1 --no-info --no-discard-stderr tsc

After that it takes some manual tweaks to make it somewhat palatable.

The tsserver.1 manpage is created from https://github.com/microsoft/TypeScript-wiki/blob/main/Standalone-Server-(tsserver).md
using `markdown2man`.