Skip to content

Commit 5743732

Browse files
Startin'
1 parent 8088cab commit 5743732

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
StandAlone Async single-file cross-platform no-dependencies Unicode-ready Python3-ready Prettifier Beautifier for the Web.
33

44

5-
[![GPL License](http://img.shields.io/badge/license-GPL-blue.svg?style=plastic)](http://opensource.org/licenses/GPL-3.0) [![LGPL License](http://img.shields.io/badge/license-LGPL-blue.svg?style=plastic)](http://opensource.org/licenses/LGPL-3.0) [![Python Version](https://img.shields.io/badge/Python-3-brightgreen.svg?style=plastic)](http://python.org) [![PyPI](https://pypip.in/v/css-html-js-minify/badge.png "PyPI Package")](https://pypi.python.org/pypi/css-html-js-minify) [![Join the chat at https://gitter.im/juancarlospaco/css-html-js-minify](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/juancarlospaco/css-html-js-minify?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge "Chat with Users and Developers, Get Solutions, Offer Help") [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif "Donate with or without Credit Card")](http://goo.gl/cB7PR)
5+
[![GPL License](http://img.shields.io/badge/license-GPL-blue.svg?style=plastic)](http://opensource.org/licenses/GPL-3.0) [![LGPL License](http://img.shields.io/badge/license-LGPL-blue.svg?style=plastic)](http://opensource.org/licenses/LGPL-3.0) [![Python Version](https://img.shields.io/badge/Python-3-brightgreen.svg?style=plastic)](http://python.org) [![Join the chat at https://gitter.im/juancarlospaco/css-html-js-minify](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/juancarlospaco/css-html-js-minify?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge "Chat with Users and Developers, Get Solutions, Offer Help") [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif "Donate with or without Credit Card")](http://goo.gl/cB7PR)
66

77

88
```bash
@@ -21,7 +21,7 @@ positional arguments:
2121

2222
optional arguments:
2323
-h, --help show this help message and exit
24-
--version show program's version number and exit
24+
--version show programs version number and exit
2525
--prefix PREFIX Prefix string to prepend on output filenames.
2626
--timestamp Add a Time Stamp on all CSS/SCSS output files.
2727
--quiet Quiet, Silent, force disable all Logging.
@@ -44,7 +44,7 @@ not. Watch works for whole folders, with minimum of ~60 Secs between runs.
4444
- Pretty-Printed colored Logging to Standard Output and Log File on OS Temporary Folder.
4545
- Set its own Process name and show up on Process lists.
4646
- Can check for updates for itself.
47-
- Full Unicode/UTF-8 support.
47+
- Full Unicode/UTF-8 support, SASS SCSS Support.
4848
- Smooth CPU usage.
4949
- Can Watch for changes on files.
5050
- Can execute arbitrary commands after and before running.
@@ -56,8 +56,12 @@ not. Watch works for whole folders, with minimum of ~60 Secs between runs.
5656
```bash
5757
css-html-prettify.py file.html
5858

59+
css-html-prettify.py file.htm
60+
5961
css-html-prettify.py file.css
6062

63+
css-html-prettify.py file.scss
64+
6165
css-html-prettify.py /project/static/
6266
```
6367

0 commit comments

Comments
 (0)