# jsxbeautifier

> Beautifier for React or React Native code.

Latest version **1.0.5** (published 2017-09-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install jsxbeautifier
pnpm add jsxbeautifier
yarn add jsxbeautifier
bun add jsxbeautifier
```

Provides the command `jsxbeautifier`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2017-09-28 |
| First published | 2017-09-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+11 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Abhishek Marathe |
| Maintainers | abhishekmarathe |
| Keywords | jsx, jsx beautifier, beautifier, react beautifier, react native beautifier |

## Links

- npm: https://www.npmjs.com/package/jsxbeautifier
- Repository: https://github.com/abhishek4794/jsxbeautifier
- Homepage: https://github.com/abhishek4794/jsxbeautifier#readme
- Issues: https://github.com/abhishek4794/jsxbeautifier/issues
- npm.io page: https://npm.io/package/jsxbeautifier

## Dependencies (3)

- [fs](https://npm.io/package/fs.md) 0.0.1-security
- [lodash](https://npm.io/package/lodash.md) 4.17.4
- [command-line-args](https://npm.io/package/command-line-args.md) ^4.0.7

## Recent versions

- 1.0.5 (latest) — 2017-09-28
- 1.0.4 — 2017-09-26
- 1.0.3 — 2017-09-20
- 1.0.2 — 2017-09-17
- 1.0.1 — 2017-09-17
- 1.0.0 — 2017-09-14

## README

# jsxbeautifier

This beautifier is specially made for React.js or React native.

# Usage

You can use this module on command-line using node.js


## JavaScript

You can install the NPM package `jsxbeautifier`. When installed globally, it provides an executable `jsxbeautifier` script. 

```bash
$ npm -g install jsxbeautifier
$ jsxbeautifier -r -f foo.js
```

You can also use `jsxbeautifier` as a `node` library (install locally, the `npm` default):

```bash
$ npm install jsxbeautifier
```



## Options

These are the command-line flags for JS scripts:

```text
CLI Options:
  -f    Input file(s) (Pass '-' for stdin)
  -r    Write output in-place, replacing input
```

---
_Source: https://npm.io/package/jsxbeautifier · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
