prettierx

(β˜… 214)

a less opinionated fork of Prettier code formatter

Showing a partial file list β€” download the zip above to see everything.

  • .codecov.yml
  • .editorconfig
  • .eslintignore
  • .eslintrc.js
  • .git-blame-ignore-revs
  • .gitattributes
  • .gitignore
  • .ignore
  • .pre-commit-hooks.yaml
  • .prettierignore
  • .prettierrc
  • .yarnrc
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • commands.md
  • CONTRIBUTING.md
  • cspell.json
  • index.js
  • jest.config.js
  • LICENSE
  • netlify.toml
  • package.json
  • README.md
  • renovate.json
  • standalone.js

# Installation Guide

1. Get the code
git clone https://github.com/brody2consult/prettierx

Downloads the entire project code from GitHub to your computer.

cd prettierx

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm i --save-dev "git+https://github.com/Automattic/wp-prettier.git#wp-prettier-1.x.x"

Type this command into your terminal and run it.

<img alt="npm version" src="https://img.shields.io/npm/v/prettier.svg?style=flat-square"></a>

Type this command into your terminal and run it.

<img alt="weekly downloads from npm" src="https://img.shields.io/npm/dw/prettier.svg?style=flat-square"></a>

Type this command into your terminal and run it.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation