0.1.0 • Published 7 years ago

caldera-components v0.1.0

Weekly downloads
1
License
GPL-2.0
Repository
-
Last release
7 years ago

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

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