Skip to content
#

converter

Here are 2,743 public repositories matching this topic...

mmatrosov
mmatrosov commented Aug 18, 2020

Take this input.db file:

<chapter xml:id="_responsibility">
<simpara>See regular link: <xref linkend="SEC-Definitions"/>.</simpara>
<simpara>See link with endterm: <xref linkend="SEC-Definitions" endterm="link"/>.</simpara>
</chapter>
<chapter xml:id="SEC-Definitions">
<title>Definitions</title>
<simpara>Some definitions.</simpara>
</chapter>

Convert it to output.docx:

tsed

📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.

  • Updated Aug 28, 2020
  • TypeScript
MikeRalphson
MikeRalphson commented Jan 19, 2019
  • Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
  • Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
  • Use of conventional-commit standard going forward
  • Advice not to include any package-lock.json changes PRs, for security reasons. File will be regene

Improve this page

Add a description, image, and links to the converter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the converter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.