Tabs to spaces, small bit of cleanup
This commit is contained in:
parent
ef9c2860b1
commit
ed9d057be3
5 changed files with 71 additions and 68 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2014 Joshua John Sherman
|
Copyright (c) 2014 Josh Sherman
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
17
README.md
17
README.md
|
@ -1,5 +1,4 @@
|
||||||
wetness
|
# wetness
|
||||||
=======
|
|
||||||
|
|
||||||
`wetness` is a `bash` script for checking a CSS file for duplicate properties.
|
`wetness` is a `bash` script for checking a CSS file for duplicate properties.
|
||||||
Just like [Ellie Kemper][BJ], the aim of this script is to help make it DRY.
|
Just like [Ellie Kemper][BJ], the aim of this script is to help make it DRY.
|
||||||
|
@ -8,15 +7,19 @@ This script utilizes associative arrays in `bash` which requires version 4 or
|
||||||
better. OSX is still shipping with version 3.2 but you can easily upgrade to
|
better. OSX is still shipping with version 3.2 but you can easily upgrade to
|
||||||
4.2 with `brew install bash`.
|
4.2 with `brew install bash`.
|
||||||
|
|
||||||
[BJ]: http://www.collegehumor.com/video/1183463/derrick-comedy-blowjob
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
./wetness /path/to/file.css
|
```sh
|
||||||
|
./wetness /path/to/file.css
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### OSX via Homebrew
|
### OSX via Homebrew
|
||||||
|
|
||||||
brew tap joshtronic/homebrew-formulae
|
```sh
|
||||||
brew install wetness
|
brew tap joshtronic/homebrew-formulae
|
||||||
|
brew install wetness
|
||||||
|
```
|
||||||
|
|
||||||
|
[BJ]: http://www.collegehumor.com/video/1183463/derrick-comedy-blowjob
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue