plistlint

It's an utility for validatating of .plist files

Usage no npm install needed!

<script type="module">
  import plistlint from 'https://cdn.skypack.dev/plistlint';
</script>

README

plistlint - it's an utility for validatating of .plist files

Build Status The MIT License

Installation

You can install plistlint utility using npm:

$ npm install plistlint --save-dev

or yarn:

$ yarn add plistlint --dev

Usage

After installation, you can run plistlint on any file or directory like this:

$ ./node_modules/.bin/plistlint file1.plist file2.plist fileN.plist

piped to stdin

$ cat file1.plist | ./node_modules/.bin/plistlint --stdin

or even combined

$ cat file1.plist | ./node_modules/.bin/plistlint --stdin file1.plist file2.plist fileN.plist

License

MIT License - see the LICENSE for more details.