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.
- Host: GitHub
- URL: https://github.com/1000ch/xmlfmt
- Owner: 1000ch
- Created: 2020-07-22T18:21:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T07:20:13.000Z (over 3 years ago)
- Last Synced: 2025-07-03T12:44:33.303Z (12 months ago)
- Topics: format, nodejs, xml
- Language: HTML
- Homepage: https://1000ch.github.io/xmlfmt/
- Size: 2.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# xmlfmt 
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)