{"id":29629919,"url":"https://github.com/binarymax/edda","last_synced_at":"2025-07-21T10:07:47.471Z","repository":{"id":16719238,"uuid":"19476245","full_name":"binarymax/edda","owner":"binarymax","description":"Code generator for Restlang","archived":false,"fork":false,"pushed_at":"2014-08-25T11:52:20.000Z","size":280,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-08T19:42:22.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/binarymax.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":"2014-05-06T00:55:03.000Z","updated_at":"2014-07-10T11:31:29.000Z","dependencies_parsed_at":"2022-09-17T04:00:57.306Z","dependency_job_id":null,"html_url":"https://github.com/binarymax/edda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binarymax/edda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymax%2Fedda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymax%2Fedda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymax%2Fedda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymax%2Fedda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binarymax","download_url":"https://codeload.github.com/binarymax/edda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymax%2Fedda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278415,"owners_count":23904044,"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":"2025-07-21T10:07:46.567Z","updated_at":"2025-07-21T10:07:47.456Z","avatar_url":"https://github.com/binarymax.png","language":"JavaScript","readme":"# Edda\n\nOutput generator for restlang\n\n## Installation\n\n```\nnpm install edda\n```\n\n## Usage\n\nCurrently there is only one way to run Edda:\n```\nvar edda = require('edda');\nedda.run(path,template,data,settings,callback);\n```\n\nEdda expects the following arguments:\n\n- ```path```: The path to a directory that contains restlang source files (*.rest)\n- ```template```:  The filename of an underscore template file.  ```_.template``` is used to generate the output.\n- ```data```: An object containing any additional data that is used by the above template\n- ```settings```: An object containing any Underscore settings (for example custom template interpolation)\n- ```callback```: A callback that will be called when the process is complete, passing err (array of any errors) and out (array of output)\n\n## Restlang\n\nEdda was built specifically to generate target output from the Restlang parser.  For more information on Restlang see https://github.com/binarymax/restlang.\n\n##### _Made with love by Max Irwin (http://binarymax.com)_","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymax%2Fedda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymax%2Fedda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymax%2Fedda/lists"}