ple
v0.2.0
Published
Streamlined plist editor
Downloads
27
Readme
ple
A streamlined plist editor.
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
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!
Special thanks:
- Rafał Pocztarski for donating package name
ple
.