New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-dynamic-forms

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-dynamic-forms

An Ember addon for creating dynamic forms

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-dynamic-forms

npm version Build Status Ember Observer Score

An Ember addon for creating dynamic forms, powered by alpacajs.

Installing

ember install ember-cli-dynamic-forms

Upgrading

It's advisable to run ember g ember-cli-dynamic-forms between upgrades as dependencies may have been added, removed, or upgraded between releases. Please try this, along with clearing node_modules and bower_components before reporting issues after upgrading.

Usage

{{dynamic-form schema=schema}}

The schema variable can be in string or object form, but needs to be a valid json-schema alpaca form definition. See the alpacajs website for more information about building valid schemas.

Development

Setup

  • git clone this repository
  • npm install
  • bower install

Running Locally

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 26 Jan 2016

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc