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

https://github.com/web-mech/formattic

cli to format/prettify the web things
https://github.com/web-mech/formattic

Last synced: 3 months ago
JSON representation

cli to format/prettify the web things

Awesome Lists containing this project

README

          

# Formattic
CLI for web/css/js prettification

## Installation
Install with npm

$ npm install -g formattic

## Usage

$ fomattic -h

Usage: formattic [options]

Options:

-h, --help output usage information
-V, --version output the version number
-p, --path [path] input directory
-f, --filter [filter] type of files to format
-s, --standardize standardize code
-w, --watch watch and auto-format code

### TODO
- https://github.com/uber/standard-format
- https://github.com/maxogden/standard-format
- https://github.com/benjamn/recast
- .formatticrc configuration
- STREAMS: finder returns a stream in which transforms are added in the form of middleware.