# ember-easy-form

> Ember EasyForm provides a DSL for quickly building forms similar to ActionPack's EasyForm and SimpleForm.

Latest version **1.0.0-rc.1** (published 2016-01-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-easy-form
pnpm add ember-easy-form
yarn add ember-easy-form
bun add ember-easy-form
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-rc.1 |
| Published | 2016-01-04 |
| First published | 2014-10-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 559 |
| Author | Brian Cardarella |
| Maintainers | bcardarella |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/ember-easy-form
- Repository: https://github.com/dockyard/ember-easy-form
- Issues: https://github.com/dockyard/ember-easy-form/issues
- npm.io page: https://npm.io/package/ember-easy-form

## Dependencies (1)

- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^5.1.5

## Recent versions

- 1.0.0-rc.1 (latest) — 2016-01-04
- 0.0.0 — 2014-10-05

## README

# Ember-easy-form

**[ember-easy-form is built and maintained by DockYard, contact us for expert Ember.js consulting](https://dockyard.com/ember-consulting)**.

This README outlines the details of collaborating on this Ember addon.

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).

---
_Source: https://npm.io/package/ember-easy-form · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
