All Projects → bartveneman → Wallace Cli

bartveneman / Wallace Cli

Licence: mit
Pretty CSS analytics on the CLI

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wallace Cli

Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (+98.93%)
Mutual labels:  statistics, metrics, performance
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (-65.84%)
Mutual labels:  analysis, cli, metrics
Devstats
📊 A CLI application that fetches stats from developer sites
Stars: ✭ 105 (-62.63%)
Mutual labels:  cli, statistics, stats
Hiper
🚀 A statistical analysis tool for performance testing
Stars: ✭ 2,667 (+849.11%)
Mutual labels:  analysis, cli, performance
Css Analyzer
Analytics for CSS
Stars: ✭ 146 (-48.04%)
Mutual labels:  statistics, stats, audit
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-69.4%)
Mutual labels:  cli, statistics, stats
Pcp
Performance Co-Pilot
Stars: ✭ 716 (+154.8%)
Mutual labels:  analysis, metrics, performance
Mongoeye
Schema and data analyzer for MongoDB written in Go.
Stars: ✭ 113 (-59.79%)
Mutual labels:  analysis, statistics
Tidyversity
🎓 Tidy tools for academics
Stars: ✭ 155 (-44.84%)
Mutual labels:  analysis, statistics
Timemory
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
Stars: ✭ 192 (-31.67%)
Mutual labels:  analysis, performance
Swift Code Metrics
Code metric analyzer for Swift projects.
Stars: ✭ 244 (-13.17%)
Mutual labels:  analysis, metrics
Camoco
Camoco is a fully-fledged software package for building co-expression networks and analyzing the overlap interactions among genes.
Stars: ✭ 29 (-89.68%)
Mutual labels:  analysis, cli
Warp10 Platform
The Most Advanced Time Series Platform
Stars: ✭ 227 (-19.22%)
Mutual labels:  analysis, metrics
constyble
CSS complexity linter
Stars: ✭ 92 (-67.26%)
Mutual labels:  analysis, stats
Ethzcheatsheets
Stars: ✭ 92 (-67.26%)
Mutual labels:  analysis, statistics
Gitinspector
📊 The statistical analysis tool for git repositories
Stars: ✭ 2,058 (+632.38%)
Mutual labels:  analysis, statistics
I Codecnes
i-Code CNES is a static code analysis tool to help developpers write code compliant with CNES coding rules.
Stars: ✭ 33 (-88.26%)
Mutual labels:  analysis, metrics
phpstats
CLI Statistics and dependency graphs for PHP
Stars: ✭ 61 (-78.29%)
Mutual labels:  statistics, metrics
mongodb-info
MongoDB Info - command line tool to get stats.
Stars: ✭ 13 (-95.37%)
Mutual labels:  statistics, stats
stats
📊 Request statistics middleware that stores response times, status code counts, etc
Stars: ✭ 15 (-94.66%)
Mutual labels:  statistics, stats

Wallace CLI

Pretty CSS analytics in your terminal.

NPM Version Project: Wallace

Install

npm install -g wallace-cli
# or
yarn global add wallace-cli

Usage

Usage
  $ wallace projectwallace.com

  Options
  --format, -f Format pretty (default) or JSON
  --verbose, -v Show verbose analytics output

  Examples
  $ wallace https://projectwallace.com
  $ wallace 'body { color: red; }'
  $ echo 'html { font-size: 16px; }' | wallace
  $ wallace 'html {}' --format=json
  $ cat style.css | wallace --verbose
  $ curl http://localhost/css/style.css | wallace

Example output

Example output for projectwallace.com

Related projects

  • Extract CSS - Extract all CSS from a given url, both server side and client side rendered. Used in this module.
  • CSS Analyzer - The analyzer that powers this module
  • Constyble - A CSS complexity linter, based on css-analyzer. Don't let your CSS grow beyond the thresholds that you provide.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].