0.6.0 • Published 4 years ago

@oltodo/qml-parser v0.6.0

Weekly downloads
63
License
MIT
Repository
github
Last release
4 years ago

Build Status Build status

qmlfmt

qmlfmt - command line application that formats QML files

Build instructions

Requires

  • CMake 3.0 or later
  • Qt 5.2 or later.
  • Tested with Visual Studio 2017 and mingw 4.9.1.
    • Should also compile on Linux, but not tested.
  • Optionally QtCreator source code.

    • If not present, it will be downloaded as part of the build.

Usage

Usage: qmlfmt [options] path

Without an explicit path, it processes the standard input. Given a file, it operates on that file; given a directory, it operates on all qml files in that directory, recursively. (Files starting with a period are ignored.) By default, qmlfmt prints the reformatted sources to standard output.

Options:

-?, -h, --help  Displays this help.
-v, --version   Displays version information.
-d              Do not print reformatted sources to standard output. If a
                file's formatting is different than qmlfmt's, print diffs to
                standard output.
-e              Print all errors.
-l              Do not print reformatted sources to standard output. If a
                file's formatting is different from qmlfmt's, print its name
                to standard output.
-w              Do not print reformatted sources to standard output. If a
                file's formatting is different from qmlfmt's, overwrite it
                with qmlfmt's version.

Arguments:

path            file or directory to process. If not set, qmlfmt will process
                the standard input.
0.6.0-beta.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.2.0-beta.2

5 years ago

0.2.0-beta.1

5 years ago

0.1.0

5 years ago

1.0.0

5 years ago