@codelicia/jsoncs

1.2.2 • Public • Published

JSON Code Style

NPM Version

Command line interface

Install jsoncs with npm to use the command line interface:

npm install @codelicia/jsoncs --save-dev

Verify if the code style is fine:

./node_modules/.bin/jsoncs 'my/file.json'

or to multiple files

./node_modules/.bin/jsoncs 'my/*.json'

Fix the code style of a file or multiple files:

./node_modules/.bin/jsoncs --fix 'my/directory/*'

Options

$ jsoncs -h

Usage: jsoncs [file]

Options:
   -f, --fix                fix json file
   -q, --quiet              quiet mode
   -v, --version            json code style version
   -s, --spaces <integer>   quantity of spaces to indent the json (default: 2)

Example

  • RED: wrong json
  • BLUE: correct json

/@codelicia/jsoncs/

    Package Sidebar

    Install

    npm i @codelicia/jsoncs

    Weekly Downloads

    2

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    66.6 kB

    Total Files

    18

    Last publish

    Collaborators

    • airtonzanon