{"id":13817472,"url":"https://github.com/BrunnerLivio/trello-scrum-to-template","last_synced_at":"2025-05-15T20:32:24.912Z","repository":{"id":57379752,"uuid":"120450575","full_name":"BrunnerLivio/trello-scrum-to-template","owner":"BrunnerLivio","description":"Parses the Trello data and prints it in the given template","archived":false,"fork":false,"pushed_at":"2018-02-20T08:05:14.000Z","size":173,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T16:17:10.932Z","etag":null,"topics":["jinja","latex","scrum","trello"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrunnerLivio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-06T12:10:31.000Z","updated_at":"2021-10-31T09:05:09.000Z","dependencies_parsed_at":"2022-09-02T21:51:17.767Z","dependency_job_id":null,"html_url":"https://github.com/BrunnerLivio/trello-scrum-to-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Ftrello-scrum-to-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Ftrello-scrum-to-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Ftrello-scrum-to-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Ftrello-scrum-to-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunnerLivio","download_url":"https://codeload.github.com/BrunnerLivio/trello-scrum-to-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253576274,"owners_count":21930172,"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":["jinja","latex","scrum","trello"],"created_at":"2024-08-04T06:00:45.114Z","updated_at":"2025-05-15T20:32:24.523Z","avatar_url":"https://github.com/BrunnerLivio.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# trello-scrum-to-template\n\nParses the Trello data and prints it in the given template\n\n## Use Case\n\n- Websites\n- LaTeX Templates\n- Documentations\n- etc.\n\n## Usage\n\n1. Get your Trello appkey [from here](https://trello.com/app-key)\n2. Get your Trello secret by click on \"... you can manually generate a **Token**\"\n\n### CLI\n\n```bash\ntrello-scrum-to-template --id YOUR_BOARD_ID --appkey TRELLO_APPKEY --secret TRELLO_SECRET [-b Backlog] [-t default/latex.template] [--usebrackets]\n```\n\n### NodeJS\n\n```javascript\nconst TrelloScrumToTemplate = require('trello-scrum-to-template');\n\nconst data = await TrelloScrumToTemplate({\n    id: '[YOUR BOARD ID]',\n    appKey: '[TRELLO APPKEY]',\n    secret: '[TRELLO SECRET]',\n    backlogListName: 'Backlog',\n    template: `\n{% for backlog in backlogs %}\n((backlog.name))\n{% endfor %}\n    `,\n    useBrackets: true\n});\n```\n\n## Example\n\nSee [EXAMPLE.md](EXAMPLE.md)\n\n## Installation\n\nSee [INSTALLATION.md](INSTALLATION.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrunnerLivio%2Ftrello-scrum-to-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBrunnerLivio%2Ftrello-scrum-to-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrunnerLivio%2Ftrello-scrum-to-template/lists"}