0.0.12 • Published 5 years ago

regularjs-beautify-dozen v0.0.12

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

regularjs-beautify-dozen

Easy to format all the templates inside a JavaScript file. It only takes care of the style of those template strings beginning with the specific html comment - <!-- @regular -->.

Feel free to chain this tool before/after other JavaScript code formatter, it will not conflict with the others since it only work on Regularjs templates and do not touch the other parts of our source code.

Usage

Use as lib

npm install regularjs-beautify-dozen

then

import { format } from "regularjs-beautify-dozen"

Use as command-line

npx regularjs-beautify-dozen the-file-to-be-beautified

Note: above command will effect the source file directly.

0.0.12

5 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago