Library for fetching the GitHub release download count and other statistics
[![npm version][npm-v-src]][npm-v-href] [![npm downloads][npm-d-src]][npm-d-href] [![status][github-actions-src]][github-actions-href]
[![npm version][npm-v-src]][npm-v-href] [![npm downloads][npm-d-src]][npm-d-href] [![status][github-actions-src]][github-actions-href]
normalized JS Object and JSON message and event protocol for ES6+ node.js, browsers, electron, vanialla js, react.js, components, actions, stores and dispatchers
BundleStats webpack filter plugin
BundleStats webpack validate plugin
HTML templates for report generation.
BundleStats CLI utilities
Safely clone node's fs.Stats instances without losing their class methods
Simple commandline/terminal/shell interface to allow you to run cli or bash style commands as if you were in the terminal.
Get and calculate npm download stats for npm modules.
semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
Analyze Rollup/Vite/Rolldown bundle stats(bundle size, assets, modules, packages) and compare the results between different builds
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Syntax highlighting with language autodetection.
[](https://www.npmjs.com/package/stats-gl) [](https://www.npmjs.com/package/st
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
Degenerate distribution cumulative distribution function (CDF).
JavaScript Performance Monitor
This plugin adds `TypeScript` support to `eslint-plugin-import`
Create binary artifacts hosted by github and install them without compiling.
Simple JS stack with auto run for node and browsers
Super light and fast Extensible ES6+ events and EventEmitters for Node and the browser. Easy for any developer level, use the same exact code in node and the browser. No frills, just high speed events!
allows easy type enforcement for all JS types objects and classes. it is also extensible and provides simple to use type checks for your own custom classes and types
Return release download stats for a given github project owner/project
SpreePiwik ========== Adds piwik tracking with Ecommerce tracking Status ------ [](https://travis-ci.org/berkes/spree_piwik) [](https://codeclimate.com/github/berkes/spree_piwik) Installation ------------ Add spree_piwik to your Gemfile: ```ruby gem 'spree_piwik' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g spree_piwik:install ``` Add your Piwik URL and site-id to the `config/initializers/spree_piwik.rb` For example: ```ruby Spree::Piwik::Config[:piwik_url] = "piwik.example.com" Spree::Piwik::Config[:piwik_id] = 1337 ``` Will use http(s)://piwik.example.com/ as url for your Piwik. And track stats for the site that has the id 1337 in Piwik. Screenshot ---------- . Testing ------- First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using `rake test_app`. ```shell bundle bundle exec rake ``` When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper: License ------- SpreePiwik is released under the [New BSD License](https://github.com/spree/spree/blob/master/license.md) similar to Spree.