An open API service indexing awesome lists of open source software.

https://github.com/mtso/rfmt

Format .js files.
https://github.com/mtso/rfmt

cli fmt node

Last synced: 5 months ago
JSON representation

Format .js files.

Awesome Lists containing this project

README

          

# rfmt

Formats .js files using [prettier](https://github.com/prettier/prettier). Selects all files in the working directory that do not begin with `.` and end with `.js`.

## Install

```
npm install -g rfmt
```

## Usage

From the command line:

1. Change directory `cd` into the target directory that contains your JavaScript files.
2. Run `fmt`.