0.2.0 • Published 2 years ago

ple v0.2.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
2 years ago

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):

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

Special thanks: