0.0.6 • Published 6 years ago

@unibeautify/create-unibeautify-beautifier v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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.