@nsis/dent-cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @nsis/dent-cli

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

6.23 kB

Total Files

6

Last publish

Collaborators

  • idleberg