ple
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

ple

A streamlined plist editor.

npm-version npm-downloads

Install

npm i -g ple

Use

CLI

ple Info.plist # parse and print content
ple Info.plist --json # parse and print content in JSON
ple Info.plist version # parse and print a value of `version`
ple Info.plist version v1.0.0 # rewrite a value of `version`

Node.js

readPlist

import { readPlist } from "ple";

const plistValue = readPlist(plistPath, key);

rewritePlist

import { rewritePlist } from "ple";

rewritePlist(plistPath, key, value);

Contribute

See Contribution Guide

Contributors

Thanks goes to these wonderful people (emoji key):


uetchy

💻 📖

Rafał Pocztarski

📦

This project follows the all-contributors specification. Contributions of any kind are welcome!

Special thanks:

Dependents (0)

Package Sidebar

Install

npm i ple

Weekly Downloads

18

Version

0.2.0

License

Apache-2.0

Unpacked Size

17.5 kB

Total Files

7

Last publish

Collaborators

  • rsp
  • uetchy