Synchronously check if a path exists and returns its stats object if it does
Get the status of a file with some features
Utilities for watching file trees.
A simple directory tree walker.
Offers convenient getters and setters for the stat `mode`
Check if a path exists
A React component for displaying statistics
richer JavaScript errors
Infer the owner of a path based on the owner of its nearest existing parent
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
Synchronous validation of a path existing either as a file or as a directory.
Converts callback-based functions to ES6 Promises
cp -R
Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
Utilities for watching file trees.
Get the first path that exists on disk of multiple paths
Provides functions for detecting if the host environment supports the WebCrypto API
walk paths fast and efficiently
Functions for computing stats on arrays and matrices
Node 8's util.promisify, as a node module
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
Test whether a path exists on the filesystem.
ssh2 sftp client for node
A wrapper on top of kleur with ability to write test against the color functions
Attribute Stats gives you insight into which attributes are actually used in your Rails models. Whether you're joining an existing project or have been using it for years, get quick info. The stats help you find smells in your project: Attributes which have never had data set (indicates a potentially forgotten attribute); Tables which haven't been updated for X years (indicates a potentially unused or legacy model); Attributes used by very few objects in your table (is this being used? Should it be an attribute?) It also generates sample Rails database migration code to allow you to drop the database columns.
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.
No description provided.