plistlint

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i plistlint

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.27 kB

Total Files

5

Last publish

Collaborators

  • baleyko