1.11.0 • Published 10 years ago
ajsfmt v1.11.0
ajsfmt
experimental auto formatter for the Atlassian JS Code Quality Guide
Installation
Install with npm
$ npm install -g ajsfmtExample Usage
Format all javascript files, overwriting them into Atlassian Format
$ ajsfmt -wFormat javascript over stdin
$ ajsfmt < file.js > formatted-file.jsFormat and overwrite specific files
$ ajsfmt -w file1.js file2.jsHistory and License
This project began as a fork of standard-format, a project from Max Ogden which itself uses esformatter.
Since then the two have diverged but the cli remains similar.
Portions (c) Max Ogden and standard-format contributors