cssbeautify-cli
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "cssbeautify-cli", | ||
"description": "CLI for cssbeautify", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": { | ||
@@ -23,2 +23,5 @@ "name": "Igor Shevchenko", | ||
"bin": "bin/cssbeautify-cli", | ||
"scripts": { | ||
"test": "nodeunit test/" | ||
}, | ||
"engines": { | ||
@@ -36,3 +39,6 @@ "node": "*" | ||
"optimist": "~0.6.0" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "~0.8.1" | ||
} | ||
} |
@@ -7,11 +7,21 @@ # CSS Beautify CLI # | ||
`cssbeautify-bin [options] filename` | ||
`cssbeautify-bin [options] -f filename` | ||
Options: | ||
``` | ||
-a, --autosemicolon insert a semicolon after the last ruleset [default: false] | ||
-f, --file file to beautify | ||
-h, --help show this help message | ||
-i, --indent string used for the indentation of the declaration (spaces, tabs or number of spaces) [default: " "] | ||
-o, --openbrace the placement of open curly brace, either end-of-line or separate-line [default: "end-of-line"] | ||
-a, --autosemicolon insert a semicolon after the last ruleset [default: false] | ||
-v, --version Display program version | ||
``` | ||
## Versions | ||
**0.2.0** | ||
* file is now passed in -f (--file) option | ||
**0.1.0** | ||
* options -a (--autosemicolon), -h (--help), -i (--indent), -o (--openbrace), -v (--version) | ||
* file is passed as anonymous option |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
12307
10
203
27
1
1