Socket
Socket
Sign inDemoInstall

decks

Package Overview
Dependencies
4
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    decks

JavaScript UI library for viewing collections of items.


Version published
Weekly downloads
20
increased by400%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

decks

Build Status

npm version Dependency Status devDependency Status npm license

Sauce Test Status

Overview

A flexible layout library for rendering collections of items in the DOM.

Getting started

git clone https://github.com/pellucidanalytics/decks.git
cd decks
npm install

# Default build for development (file watcher)
# This builds the lib code, tests, and examples, and sets up file
# watchers and LiveReload for development.
gulp

# Build the distributable library code (built to ./dist)
gulp lib

# Build and run the tests (built to ./dist/test)
gulp test

# Build the examples (built to ./dist/examples)
gulp examples

# Publish the repository to npm (maintainers only)
gulp publish

Documentation

  • Docs

Inspirations

Keywords

FAQs

Last updated on 30 Jan 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc