cssunminifier

A tool to unminify CSS—written in node.js

  • Owner: mrcoles/cssunminifier
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

CSS Unminifier

A simple utility written in javascript for node.js to unminify CSS. The script is converted from the MrColes.com browser-based css unminifier.

Install the script with npm:

npm install -g cssunminifier

Run this to print out an unminified version of a CSS file named style.min.css:

cssunminifier style.min.css

Additional examples

Save the output to a file:

cssunminifier style.min.css style.css

Change the default tab width from 4 spaces to 8:

cssunminifier -w=8 style.min.css

Save the output to a file, reading from stdin:

cat style.mins.css, cssunminifier - style.css

Read a file from the web:

curl http://mrcoles.com/media/css/base/screen.css, cssunminifier -, less

Notes

You must have node installed to run this script. You can install it with something like homebrew brew install node or manually. Also, here’s a link to Node Package Manager.

The code for this project lives on github.

Main metrics

Overview
Name With Ownermrcoles/cssunminifier
Primary LanguageJavaScript
Program languageShell (Language Count: 2)
Platform
License:
所有者活动
Created At2011-09-16 01:06:07
Pushed At2019-04-14 09:41:50
Last Commit At2011-10-10 15:07:51
Release Count0
用户参与
Stargazers Count123
Watchers Count7
Fork Count25
Commits Count6
Has Issues Enabled
Issues Count5
Issue Open Count4
Pull Requests Count0
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private