@shockpkg/plist-dom
TypeScript icon, indicating that this package has built-in type declarations

4.0.6 • Public • Published

Plist DOM

Package for parsing and encoding a plist document

npm node

size downloads

Build Status

Overview

Parses and encodes Plist XML documents between a DOM and XML data.

Usage

Basic Usage

import {Plist} from '@shockpkg/plist-dom';

const plist = new Plist();
plist.fromXml(plistXml);
console.log(plist);
console.log(plist.toXml());

Bugs

If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.

License

Copyright (c) 2019-2024 JrMasterModelBuilder

Licensed under the Mozilla Public License, v. 2.0.

If this license does not work for you, feel free to contact me.

Dependencies (1)

Dev Dependencies (17)

Package Sidebar

Install

npm i @shockpkg/plist-dom

Weekly Downloads

55

Version

4.0.6

License

MPL-2.0

Unpacked Size

229 kB

Total Files

78

Last publish

Collaborators

  • jrmastermodelbuilder