0.2.0 • Published 5 months ago

@nsis/dent-cli v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@nsis/dent-cli

An opinionated code formatter for NSIS scripts

License Version Build

Prerequisites

This is a TypeScript applicaiton that dependes on a NodeJS runtime installed on your computer.

Usage

Installation

You could install the dent CLI globally

$ npm install --global @nsis/dent-cli
$ dent --help

Single use

Download and execute the latest version using npx.

$ npx dent --help

Options

Usage: index [options] <file...>

CLI tool to format NSIS scripts

Options:
  -V, --version               output the version number
  --eol <"crlf"|"lf">         control how line-breaks are represented
  -i, --indent-size <number>  number of units per indentation level (default: 2)
  -s, --use-spaces            indent with spaces instead of tabs (default: false)
  --trim                      trim empty lines (default: true)
  --write                     edit files in-place (default: false)
  --quiet                     suppress output (default: false)
  --debug                     prints additional debug messages (default: false)
  -h, --help                  display help for command

Related

License

This work is licensed under The MIT License

0.2.0

5 months ago

0.1.2

10 months ago

0.1.1

12 months ago

0.1.0

12 months ago