{"id":22086107,"url":"https://github.com/jbuget/ember-cli-formable","last_synced_at":"2025-03-23T22:17:55.018Z","repository":{"id":57223285,"uuid":"147749519","full_name":"jbuget/ember-cli-formable","owner":"jbuget","description":"An integrated Formable component for Ember CLI projects.","archived":false,"fork":false,"pushed_at":"2018-09-07T16:43:00.000Z","size":311,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T05:28:03.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbuget.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-07T00:38:07.000Z","updated_at":"2018-09-07T16:43:01.000Z","dependencies_parsed_at":"2022-08-25T12:22:21.949Z","dependency_job_id":null,"html_url":"https://github.com/jbuget/ember-cli-formable","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbuget%2Fember-cli-formable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbuget%2Fember-cli-formable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbuget%2Fember-cli-formable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbuget%2Fember-cli-formable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbuget","download_url":"https://codeload.github.com/jbuget/ember-cli-formable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245175488,"owners_count":20572787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T01:20:31.265Z","updated_at":"2025-03-23T22:17:54.994Z","avatar_url":"https://github.com/jbuget.png","language":"JavaScript","readme":"ember-cli-formable\n==============================================================================\n\nThis addon provides a component to easily integrate one or multiple [Formable](https://getformable.com/) forms into an Ember CLI application.\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-cli-formable\n```\n\nUsage\n------------------------------------------------------------------------------\n\nIf you have only one Formable form to integrate in your application, just use the `formable-form` (required) component and specify the property `formKey` as follows::\n\n```\n// app/routes/index.hbs\n{{formable-form formKey=\"14c50406-f195-451d-a93a-c206d3c13548\"}}\n```\n\nIf you want to integrate multiple forms, you have to specify a DOM element ID for each form, with the component option `formId` as follows:\n\n```\n// app/routes/index.hbs\n{{formable-form formId=\"form-1\" formKey=\"aaa-bbb-ccc\"}}\n{{formable-form formId=\"form-2\" formKey=\"xxx-yyy-zzz\"}}\n```\n\nContributing\n------------------------------------------------------------------------------\n\n### Installation\n\n* `git clone \u003crepository-url\u003e`\n* `cd ember-cli-formable`\n* `npm install`\n\n### Linting\n\n* `npm run lint:hbs`\n* `npm run lint:js`\n* `npm run lint:js -- --fix`\n\n### Running tests\n\n* `ember test` – Runs the test suite on the current Ember version\n* `ember test --server` – Runs the test suite in \"watch mode\"\n* `ember try:each` – Runs the test suite against multiple Ember versions\n\n### Running the dummy application\n\n* `ember serve`\n* Visit the dummy application at [http://localhost:4200](http://localhost:4200).\n\nFor more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [AGPL-3.0 License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbuget%2Fember-cli-formable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbuget%2Fember-cli-formable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbuget%2Fember-cli-formable/lists"}