Pinned Repositories
esformatter-jsx
esformatter plugin: format jsx files (or js files with Facebook React JSX Syntax)
eslint-formatter-friendly
A simple formatter/reporter for ESLint that's friendly with iterm2 "click to open file" functionality (works with Sublime Text and vscode editors)
eslint-friendly-formatter
A simple formatter/reporter for ESLint that's friendly with Sublime Text and iterm2 "click to open file" functionality
mobx-form
persistify
a wrapper around `browserify` to make incremental builds
prepush
Yet another prepush script that will run tasks defined in a config file
shell-executor
Execute shell commands in parallel. Heavily inspired by [parallelshell](https://github.com/keithamus/parallelshell), with improved log messages
yuidoc-theme-blue
a Simple theme inspired by the blue color for yuidoc (npm version)
royriojas's Repositories
royriojas/yuidoc-theme-blue
a Simple theme inspired by the blue color for yuidoc (npm version)
royriojas/touchy
Yet another tap, tap:hold and swipe events enabler. Based on xtap/tap.js
royriojas/consoleify
browserify transform to inject a custom console object that prefix the calls to it with the name of the module itself
royriojas/less.js
Leaner CSS
royriojas/balafel
fork of falafel to use babel instead of esprima by default
royriojas/browser-detector
A wrapper over ua-parser-js that also add the detected classes to the html element
royriojas/camel-2-dash
convert keys from camelCase to dash-style
royriojas/chrome-gitlab-notifier
Notify Gitlab Project events (Commit, Issue, MergeRequest and Milestone)
royriojas/dash-2-camel
royriojas/dom-add-class
Add class using classList if present or using className when not
royriojas/dom-event-special
special events hooks ala `jquery`
royriojas/dot-ify
make dot templates "requireable" when using browserify
royriojas/esformatter-collapse-objects
esformatter plugin for conditionally collapsing object and array literals.
royriojas/esformatter-ignore
an esformatter plugin to ignore code blocks and lines from the formatting task
royriojas/esformatter-jsx-live
Live example of esformatter-jsx
royriojas/falafel-espree
Fork of falafel that uses espree instead of acorn
royriojas/fresh-falafel
transform the ast on a recursive walk
royriojas/github-markdown-menu
Browser extension that adds a navigation menu to any readme or Markdown file in GitHub.
royriojas/jq-trim
A trim method that behaves like jquery.trim
royriojas/morpheus-svg
royriojas/node-bunyan
a simple and fast JSON logging module for node.js services
royriojas/obj-util
A simple helper to set/get keys from objects using a string path like 'some.key.here'
royriojas/persistent-cache-webpack-plugin
Webpack plugin that persists the compiler cache to the file system
royriojas/react-form-example
A simple react-form-example
royriojas/react-motion
A spring that solves your animation problems.
royriojas/require-globify
transform for browserify, which allows to require files with globbing expressions
royriojas/shim-console
simple shim for missing console object. It creates a dummy console on environments that do not provide a global.console object
royriojas/SVG-Morpheus
JavaScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions.
royriojas/tap.js
A custom 'tap' event JavaScript plugin for touch devices
royriojas/type-of
a shameless typeof check borrowed from jquery