@playt/sort-json

1.0.1 • Public • Published

Sort JSON

This is a small CLI to sort any specified json files alphabetically. This was created to sort localization files, but maybe you will find another use case.

Installation

npm install @playt/sort-json --save-dev

Usage

Check if json in folder is sorted:

npx sort-json <folder>

Check if file is sorted:

npx sort-json <path-to-file>

You can also fix these files instead of just checking.

npx sort-json <folder or path-to-file> --fix

License

Licensed under MIT

Package Sidebar

Install

npm i @playt/sort-json

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

3.88 kB

Total Files

5

Last publish

Collaborators

  • jeysal
  • marwinburesch
  • phlgr