1.5.1 • Published 9 days ago

liquidsoap-prettier v1.5.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 days ago

Liquidsoap prettier

This package provides a Prettier plugin for liquidsoap code as well as a liquidsoap-prettier binary for formatting liquidsoap scripts.

Installation

liquidsoap-prettier

The liquidsoap-prettier command-line utility should be installed with this package and should be available following the usual node package binary conventions.

It works as follows:

$ liquidsoap-prettier [-w|--write] path/to/file.liq "path/with/glob/pattern/**/*.liq"

Prettier plugin

The package also provides a prettier plugin which can be used to add liquidsoap script parsing to your project. To enable, you need a local package.json.

First, install the required packages:

npm install -D prettier liquidsoap-prettier

Then add the plugin to your Prettier config:

// .prettierrc
{
  "plugins": ["liquidsoap-prettier"]
}
1.5.1

9 days ago

1.5.0

3 months ago

1.4.9

6 months ago

1.4.10

5 months ago

1.4.8

6 months ago

1.4.7

7 months ago

1.4.6

7 months ago

1.4.5

7 months ago