Purty Save

GitHub mirror for CI ONLY. All development happens on GitLab.

Project README

purty

pipeline status Build Status Build status coverage report Download

What is it?

A source code formatter for PureScript.

Installation

npm

You can install the npm package

npm install purty

Precompiled Binary

Binaries are available from Bintray

Usage

You can format a file by invoking purty with the path to the file.

For instance, if you had a Main module in a src directory, you could say:

purty src/Main.purs

This will write the formatted module to STDOUT. If you'd like to format the module and write it back to the same file, you can use the --write option:

purty --write src/Main.purs

This will write the formatted module to src/Main.purs.

A listing of all available options can be shown with the --help option

purty --help

How does it format?

For examples of how purty formats, see the golden tests.

Open Source Agenda is not affiliated with "Purty" Project. README Source: joneshf/purty
Stars
40
Open Issues
3
Last Commit
3 years ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating