New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

caldera-components

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caldera-components

[![Build Status](https://travis-ci.org/calderawp/caldera-components.svg?branch=master)](https://travis-ci.org/calderawp/caldera-components) [![Coverage Status](https://coveralls.io/repos/github/calderawp/caldera-components/badge.svg?branch=master)](https:

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Caldera Components

Build Status Coverage Status

🌋 Documentation

What Is This?

UI components for Caldera Forms admin, Caldera Forms 2.0 front-end

Why Is This?

See goals

How To Use This

Install

npm i -D @caldera-labs/components

Basic Usage Examples

How To Develop This

Development Requirements

  • npm
  • Yarn
  • Git

Testing

See testing documentation

Scripts

Develop

  • yarn start
    • Runs linter and compiles for production
    • Starts test app server

Tests

  • yarn test
    • Run test watcher
  • npm test:once
    • Run tests once

Lint Code

  • yarn lint
    • Run linter and fixer watch
  • yarn lint:fix
    • Lint and fix code once
  • yarn lint:once
    • Lint code once

Generate Documentation

  • npm run documentation
    • Generates documentation from inline docs
    • Generates documentation from markdown files in /manual

Release To npm

Must be logged in as project maintainer via npm cli

  • yarn release

FAQs

Package last updated on 14 Jun 2018

Did you know?

Socket

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