A streamlined plist editor.
npm i -g ple
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`
import { readPlist } from "ple";
const plistValue = readPlist(plistPath, key);
import { rewritePlist } from "ple";
rewritePlist(plistPath, key, value);
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:
- Rafał Pocztarski for donating package name
ple
.