@loanlink-nl/cxsd
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

@loanlink-nl/cxsd

cxsd is a streaming XSD parser and XML parser generator for Node.js and TypeScript. It retrieves the specified file(s) and generates a Typescript file containing the defintions and a parser based on the widely used fast-xml-parser library.

Usage

# Parsing from local filesystem
cxsd path/to/file.xsd

# Parsing from stdin
cat path/to/file.xsd | cxsd

# Parsing from url
cxsd https://www.example.com/sample-xsd.xsd

# Getting help
cxsd --help

Features

  • Automatically download and cache to disk all imported .xsd files
  • Convert XSD contents to Typescript equivalents
    • Imports from remote URLs to imports from local relative paths
    • Lists to arrays
    • Annotations to JSDoc
    • WIP: Strings, numbers and dates to matching primitive types

License

The MIT License

Copyright (c) 2025 LoanLink

based largely on work from BusFaster Ltd and WikiPathways

Package Sidebar

Install

npm i @loanlink-nl/cxsd

Weekly Downloads

17

Version

2.1.1

License

MIT

Unpacked Size

195 kB

Total Files

158

Last publish

Collaborators

  • maxstevens