npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ckstyle

v0.2.12

Published

Parse & Check & Format & Comb & Compress CSS, and more ...

Downloads

62

Readme

CKStyle - 一脉相承的CSS工具集

Views in the last 24 hours

CKStyle 是一个CSS的解析、检查、修复、压缩工具集。之前是 Python版本 的,经过一段时间的改造升级,目前是JS版本。

支持Nodejs命令行工具、编辑器插件、官网在线编辑、CKService检查等多种功能。

官网在这里:http://ckstyle.github.io

Install

[sudo] npm install -g ckstyle

Usage

  • ckstyle check 检查CSS的风格和正确性(检查精确度超过CSSLint)
  • ckstyle format 简单格式化
  • ckstyle fix 自动修复代码问题 + 格式化
  • ckstyle compress 压缩CSS(目前已超过YUICompressor,局部超越clean-css)
  • ckstyle serve 启动CKService支持服务,一键分析网站所有CSS的不足

试用,请上官网 http://ckstyle.github.io/#startup

Features

  • 更高的压缩率:压缩效果完整超越 YUICompressor,正极速追赶并局部超越 clean-css
  • 更完整的工具体系:CSS开发,再也无需安装 CSSLintCSSTinyCSSCombYUICompressorclean-css 等一堆工具。
  • 更强的扩展性:功能即插件,插件式开发,允许开发者自由扩展
  • 更自然的使用方式:CKServcie一键分析,再也不需要 下载-->本地压缩-->Charles/Fiddler-->线上查看
  • 更多运行环境的支持:Nodejs命令行浏览器环境 都可使用
  • 对开发者,更开放,更自由:全工具采用插件式设计,开放的架构,开放的源码,开放的心态

License

CKStyle 遵循 MIT LICENSE