Dummy versions of shelljs used for testing.
oclif plugin for generating shell completions
run-script-os is a tool that will let you use generic npm script commands that will pass through to os specific commands.
simple shell escape library
Dummy MongoDB Crypt shared library which only implements version helpers
Detect if an Ember View or Component is in the viewport @ 60FPS
Fetches and runs a binary
Create accessories to help with HomeKit automation and control — scheduling, delays, sensors, commands, conditions, webhooks, and more
Configures the consuming ember-cli app's or addon's Babel transpiler for decorators.
The Library contains the Database classes for File based objects database client and server.
Dummy authentication strategy for Passport.
Dummy JSON mock data generator for Node.js
Random image generator
Mock GoodData Backend SPI implementation
Placeholder Images and Dummy Text for Vue.js
A dummy library for testing purposes.
API Telemetry and APM. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices, based on express routes and Swagger (Open API) specification
cross-platform library to execute commands in a new shells
Use postcss to process your css with a large selection of JavaScript plug-ins.
A simple select component to use in Angular / Ionic projects .. (WIP) and sample app using it
Vite plugin for Hercules applications
Testing external integrations
Import CSS variables into a JavaScript Object
UJS for modern javascript.
[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby or a system command.
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.