1.0.0 • Published 4 years ago

plistlint v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.