1.27.0 • Published 5 months ago

ls-css v1.27.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 months ago

ls-css

List information about CSS file.

Usage

Read from STDIN

curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha/css/bootstrap.min.css | npx -q ls-css

Read from file

curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css > file.css
npx -q ls-css file.css | wc -l

curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha/css/bootstrap.min.css | npx -q ls-css

Example

$ curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha/css/bootstrap.min.css | npx -q ls-css | wc -l 641

$ curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css | npx -q ls-css | wc -l 669

$ curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/css/bootstrap.min.css | npx -q ls-css | wc -l 675

$ curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/css/bootstrap.min.css | npx -q ls-css | wc -l 671

$ curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css | npx -q ls-css | wc -l 690

$ curl -s https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css | npx -q ls-css | wc -l 1292

1.25.0

6 months ago

1.26.0

6 months ago

1.27.0

5 months ago

1.24.0

10 months ago

1.22.0

1 year ago

1.23.0

11 months ago

1.21.0

1 year ago

1.20.0

1 year ago

1.19.0

2 years ago

1.18.0

2 years ago

1.17.0

2 years ago

1.15.0

2 years ago

1.16.0

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.0

3 years ago

1.11.0

3 years ago

1.9.0

3 years ago

1.10.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago