Generate your .travis.yml via CLI
Travis configs properties in correct order
VSCode workspace settings and Travis config for Github pages
JSDoc linting rules for ESLint.
Get the npm config
JavaScript Standard Style JSX support - ESLint Shareable Config
Resolve the path to the user's local or global .gitconfig.
SVGR command line.
Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT
Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.
Parse `.git/config` into a JavaScript object. sync or async.
A small api to read and write your requirejs config file
JavaScript Standard Style React/JSX support - ESLint Shareable Config
Configuration logic for the Purest module
Load stored configuration data
SSH config parser and stringifier
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
Configuration generator for ember-try
Transform SVG into JSX
A Karma plugin. Launcher for Chrome and Chrome Canary.
A shareable stylelint config for stylelint-processor-styled-components
git-log-parser
parse the .git/config file into a useful data structure
Smooth (CLI) operator 🎶
Travis CI config.
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.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.