{"id":15060324,"url":"https://github.com/knownasilya/ember-template-input","last_synced_at":"2025-04-10T05:50:59.681Z","repository":{"id":57224423,"uuid":"97246221","full_name":"knownasilya/ember-template-input","owner":"knownasilya","description":"Ember input component for easily building template strings from an available list of options","archived":false,"fork":false,"pushed_at":"2018-08-01T16:19:26.000Z","size":838,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T07:04:31.349Z","etag":null,"topics":["component","ember-addon","emberjs","mobiledoc","tags","template","template-string"],"latest_commit_sha":null,"homepage":"https://knownasilya.github.io/ember-template-input","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knownasilya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-07-14T15:08:53.000Z","updated_at":"2018-08-01T16:19:28.000Z","dependencies_parsed_at":"2022-09-04T07:41:28.431Z","dependency_job_id":null,"html_url":"https://github.com/knownasilya/ember-template-input","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-template-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-template-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-template-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knownasilya%2Fember-template-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knownasilya","download_url":"https://codeload.github.com/knownasilya/ember-template-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166926,"owners_count":21058480,"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":["component","ember-addon","emberjs","mobiledoc","tags","template","template-string"],"created_at":"2024-09-24T22:56:48.767Z","updated_at":"2025-04-10T05:50:59.650Z","avatar_url":"https://github.com/knownasilya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-template-input\n\nEmber input component for easily building template strings from an available list of options.\n\n[![NPM][npm-badge]][npm-badge-url]\n[![Build Status][travis-badge]][travis-badge-url]\n[![Ember Observer Score][ember-observer-badge]][ember-observer-url]\n\nInstall with the following command (requires Ember CLI).\n\n```shell\nember install ember-template-input\n```\n\n_Note: This addon doesn't work with the Grammarly extension enabled._\n\n## Usage\n\n```hbs\n{{template-input options=options template=template onChange=(action (mut template))}}\n```\n\n- `options` is an array of strings, e.g. `['option1', 'option2']`.\n- `template` is a string in the form of 'my string {option1} and {option2}', where `option1` and `option2`\n  exist in the `options` array.\n- `onChange` is an action that returns the updated template.\n\n### Installation\n\n* `git clone \u003crepository-url\u003e` this repository\n* `cd ember-template-input`\n* `npm install`\n\n### Linting\n\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\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n\n[npm-badge]: https://img.shields.io/npm/v/ember-template-input.svg\n[npm-badge-url]: https://www.npmjs.com/package/ember-template-input\n[travis-badge]: https://img.shields.io/travis/knownasilya/ember-template-input.svg\n[travis-badge-url]: https://travis-ci.org/knownasilya/ember-template-input\n[ember-observer-badge]: http://emberobserver.com/badges/ember-template-input.svg\n[ember-observer-url]: http://emberobserver.com/addons/ember-template-input\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknownasilya%2Fember-template-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknownasilya%2Fember-template-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknownasilya%2Fember-template-input/lists"}