Scaffold a beautifier for Unibeautify
If on npm 6 or higher
$ npm init @unibeautify/unibeautify-beautifier
If on npm 5 or lower
$ npx @unibeautify/create-unibeautify-beautifier
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.
For an executable based beautifier, see @unibeautify/beautifier-clang-format.
For a node based beautifier, see @unibeautify/beautifier-eslint
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.