Skip to content

educastellano/jsonlint-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsonlint-tree

jsonlint a directory recursively.

Install

npm i -g jsonlint-tree

Usage

  $ jsonlint-tree myfolder
✓ myfolder/a.json
✓ myfolder/path/b.json
✓ myfolder/path/to/c.json
✗ myfolder/path/to/d.json

   ✓ 3 valid files
   ✗ 1 invalid files

Changelog

  • 2.0.0

    • Remove extra dependencies
    • Require Node >=18.17.0
  • 1.1.0

    • It shows the number of valid and invalid files.
  • 1.0.0

    • Initial release 🎉

License

ISC License

About

jsonlint a directory recursively

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors