Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.07 KB

create-unibeautify-beautifier

Build Status

Scaffold a beautifier for Unibeautify

Installation

If on npm 6 or higher

$ npm init @unibeautify/unibeautify-beautifier

If on npm 5 or lower

$ npx @unibeautify/create-unibeautify-beautifier

Usage

Running the above command prompt a few questions, after which it will scaffold out a new directory with all of the basic files to start a beautifier.

Examples

For an executable based beautifier, see @unibeautify/beautifier-clang-format.

For a node based beautifier, see @unibeautify/beautifier-eslint

Help

Please report any issues with the CLI to this repository. If there are issues with the files that are generated, please report them to https://github.com/Unibeautify/beautifier-template/issues.