473 packages
abbrev
Like ruby's abbrev module, but in js
activity-report
Parse a CSV of Apple Watch activity data to see a report of your year-over-year data.
alfred-filter
CLI for parsing JSON to Alfred's XML Filter
ampersand-app
Simple instance store for managing instances without circular dependency issues in ampersand apps.
ampersand-array-input-view
A view module for intelligently rendering and validating inputs that should produce an array of values. Works well with ampersand-form-view.
ampersand-checkbox-view
A view module for intelligently rendering and validating checkbox input. Works well with ampersand-form-view.
ampersand-chess-state
An evented chess library for movement, validation and result detection built on Ampersand.js.
ampersand-chess-view
An ampersand-view for playing chess games.
ampersand-class-extend
JS class extension tool for enabling easily extending prototype with multiple objects.
ampersand-collection
A way to store/manage objects or models.
ampersand-collection-history
Keep a history of change events on a collection.
ampersand-collection-lodash-mixin
A mixin for extending ampersand-collection with lodash methods.
ampersand-collection-rest-mixin
A mixin for extending ampersand-collection with restful methods.
ampersand-collection-underscore-mixin
A mixin for extending ampersand-collection with underscore methods.
ampersand-collection-view
Renders a collection with one view per model within an element in a way that cleans up and unbinds all views when removed.
ampersand-dom
Super light-weight DOM manipulation lib.
ampersand-dom-bindings
Takes binding declarations and returns key-tree-store of functions that can be used to apply those bindings.
ampersand-events
Module that can be mixed into any object to provide eventing. Heavily based on Backbone Events.
ampersand-filtered-subcollection
Filterable, sortable, proxy of a collection that behaves like a collection.
ampersand-form-view
Completely customizable form lib for bulletproof clientside forms.
ampersand-input-view
A view module for intelligently rendering and validating input. Works well with ampersand-form-view.
ampersand-main-view
A view providing helpers to initialize and manage the main view of your single-page app
ampersand-model
An extension to ampersand-state that adds methods and properties for working with a RESTful API.
ampersand-paginated-subcollection
Filter an ampersand collection by limit and offset
ampersand-react-mixin
Mixin for react classes to easily listen for changes and re-render from ampersand models/collections