An open API service indexing awesome lists of open source software.

https://github.com/1000ch/xmlfmt

Format XML string.
https://github.com/1000ch/xmlfmt

format nodejs xml

Last synced: 12 months ago
JSON representation

Format XML string.

Awesome Lists containing this project

README

          

# xmlfmt ![test](https://github.com/1000ch/xmlfmt/actions/workflows/test.yml/badge.svg)

Format XML string.

## Install

```sh
npm install xmlfmt
```

## Usage

```javascript
const xmlfmt = require('xmlfmt');

xmlfmt('Foo!');
```

## License

[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)