1.0.6 • Published 1 year ago

json-sort-ci v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

json-sort-ci

Json files sort cli to be used and checked in the ci/cd workflow. Sort is alphabetically.

install

npm i json-sort-ci

usage

json-sort-ci **/*.json bin/*.json --dry-run=true --excludes=test.json

For all the options and examples, run

json-sort-ci -h

options

  • --dry-run optional if true jsut return error when files are not sorted, if false (default) the files will be locally sorted.
  • --excludes optional array of json file you don't want to sort
  • --indent= optional When reformatting the files use amount of spaces for the indentation Only applies when not running with --dry-run
  • --unsorted-only optional Only show files that were sorted by the program in the output, to shorten the output
  • --force optional Also apply sorting to files that are already sorted. Useful in combination with --indent. Result is that these files will be reformatted.
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago