GitHub release GitHub commits (since latest release) GitHub repo size in bytes GitHub last commit npm (scoped) npm Libraries.io for GitHub


RailDash is a utility library for JavaScript. It can be used to replace quite a few functions found in Lodash and Underscore. The goal of this project is to replace both projects entirely, and provide JavaScript developers with everything they need to create beautiful applications.

Installation:

Node

NPM:
npm i -s @railrunner16/raildash
Yarn:
yarn add @railrunner16/raildash
Bower:
bower install raildash

Browser

UNPKG:

Put this in your head, before all other scripts:

<script src="//unpkg.com/@railrunner16/raildash"></script>
JsDelivr:

Put this in your head, before all other scripts:

<script src="//cdn.jsdelivr.net/gh/railrunner16/raildash/dist/raildash.js"></script>