@unibeautify/create-unibeautify-beautifier

Create a Unibeautify beautifier

Usage no npm install needed!

<script type="module">
  import unibeautifyCreateUnibeautifyBeautifier from 'https://cdn.skypack.dev/@unibeautify/create-unibeautify-beautifier';
</script>

README

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.