@nsis/dent-cli
v0.10.2
Published
An opinionated code formatter for NSIS scripts
Readme
@nsis/dent-cli
An opinionated code formatter for NSIS scripts
Installation
[!TIP] If you're living outside the NodeJS bubble, you probably want to use ardent instead, a compatible Rust implementation of this package in binary form.
Node.js
For single-use, use npx to download and run the CLI:
$ npx -y @nsis/dent-cli --helpOr, if you prefer to install the CLI:
$ npm install --global @nsis/dent-cli
$ dent --helpHomebrew
brew install idleberg/asahi/dentUsage
The CLI exposes two sub-commands:
dent format— formats NSIS scriptsdent check— checks if a script needs formatting
Usage: dent [options] [command]
Opinionated formatter for NSIS scripts
Options:
-V, --version output the version number
-D, --debug prints additional debug messages (default: false)
-h, --help display help for command
Commands:
format [options] [file...] format NSIS scripts
check [options] [file...] check whether NSIS scripts are formatted (exits non-zero on drift)Run dent --help to list sub-commands, or dent <command> --help for command-specific options.
Related
License
This work is licensed under The MIT License.
