Streamlined plist editor
npm install pleA streamlined plist editor.
[![npm-version]][npm-url]
[![npm-downloads]][npm-url]
[npm-version]: https://badgen.net/npm/v/ple
[npm-downloads]: https://badgen.net/npm/dt/ple
[npm-url]: https://npmjs.org/package/ple
``bash`
npm i -g ple
`bashversion
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 `
#### readPlist
`js
import { readPlist } from "ple";
const plistValue = readPlist(plistPath, key);
`
#### rewritePlist
`js
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`.