Metadata-Version: 2.1
Name: jsconventionfixer
Version: 1.1.4
Summary: JS code conventions analyzer and fixer
Home-page: https://github.com/scientist19-university/Metaprogramming
Author: Valeriia Yaroshenko
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: console-progressbar

# Lab2 JS code conventions analyzer and fixer

After successful installation project can be used command:
`jsconventionfixer (-v|-fx) -(p|d|f) <path>`

#### Command line options
```text
Options:
  -v, --verify                    Verify files without editing.

  -fx, --fix                      Rewrite files

  -d, --directory TEXT            Absolute or relative path to directory with 
                                  files to be fixed.

  -p, --project TEXT              Absolute or relative path to project with 
                                  files to be fixed.

  -f, --file TEXT                 Absolute or relative path to file to be fixed.

  -h, --help                      Show this message and exit.`
  ```
  *Note: any other input is equivalent to* `--help`





