# rocambole-commafirst

> Make Rocambole nodes commafirst

Latest version **0.1.2** (published 2014-06-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install rocambole-commafirst
pnpm add rocambole-commafirst
yarn add rocambole-commafirst
bun add rocambole-commafirst
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2014-06-23 |
| First published | 2014-06-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Andrew Winterman |
| Maintainers | andrewwinterman |
| Keywords | rocambole, commafirst |

## Links

- npm: https://www.npmjs.com/package/rocambole-commafirst
- Repository: https://github.com/AWinterman/rocambole-commafirst
- Issues: https://github.com/AWinterman/rocambole-commafirst/issues
- npm.io page: https://npm.io/package/rocambole-commafirst

## Dependencies (2)

- [rocambole](https://npm.io/package/rocambole.md) ^0.3.3
- [rocambole-token](https://npm.io/package/rocambole-token.md) ^1.1.1

## Recent versions

- 0.1.2 (latest) — 2014-06-23
- 0.1.1 — 2014-06-23
- 0.1.0 — 2014-06-23
- 0.0.0 — 2014-06-23

## README

Transforms your code, converting comma last to comma first.

Install with `npm i rocambole-commafirst`

```javascript
var commafirst = require('rocambole-commafirst')
  , rocambole = require('rocambole')

var source = fs.readFileSync('path/to/js/file.js').toString()

var ast = rocambole.parse(source)

commafirst.transform(ast)

ast.toString() // is your transformed source

// OR

rocambole.moonwalk(ast, commafirst)
```

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