{"id":17093588,"url":"https://github.com/chrisdothtml/node-etml","last_synced_at":"2026-05-04T03:38:01.326Z","repository":{"id":90254064,"uuid":"41918709","full_name":"chrisdothtml/node-etml","owner":"chrisdothtml","description":"etml Node module","archived":false,"fork":false,"pushed_at":"2015-09-24T16:16:03.000Z","size":325,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T16:43:15.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisdothtml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-04T13:57:40.000Z","updated_at":"2019-08-18T16:51:04.000Z","dependencies_parsed_at":"2023-03-13T17:59:24.338Z","dependency_job_id":null,"html_url":"https://github.com/chrisdothtml/node-etml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisdothtml/node-etml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fnode-etml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fnode-etml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fnode-etml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fnode-etml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisdothtml","download_url":"https://codeload.github.com/chrisdothtml/node-etml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fnode-etml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32593948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-14T14:07:42.682Z","updated_at":"2026-05-04T03:38:01.309Z","avatar_url":"https://github.com/chrisdothtml.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-etml\n===\n\n\u003e A preprocessor that enhances HTML\n\n**NOTE: ETML IS AN IN-PROGRESS PROJECT. DOCUMENTATION FOR ETML-API AND NODE-ETML IS STRICTLY FOR POST-RELEASE AND SHOULD NOT BE REFERENCED DURING CURRENT DEVELOPMENT. NEITHER MODULES ARE AVAILABLE ON NPM AS OF YET.**\n\nThis is a module that allows for etml usage within Node. For etml docs, visit [etml-api](https://github.com/chrisdothtml/etml-api). To report an issue/suggestion, please do it [here](https://github.com/chrisdothtml/etml-api/issues).\n\nFor etml usage with Grunt, visit [grunt-etml](https://github.com/chrisdothtml/grunt-etml).\n\n## Installation\n\n```\nnpm install node-etml\n```\n\n## Usage\n\nIncluding the module\n\n```js\nvar etml = require('node-etml');\n```\n\nRunning etml\n\n```js\n// to compile etml on the fly (returns with HTML string)\netml.src(src, options);\n\n// to compile one file\netml.file('path/to/src/file.etml', 'path/to/dest/', options);\n\n// to compile all .etml files in a directory\netml.file('path/to/src/', 'path/to/dest/', options);\n```\n\n## Options\n\n#### bfe\nType: `Boolean`\nDefault value: `true`\n\nWhen this is set to `true`, it will use [better-fs-errors](https://github.com/chrisdothtml/better-fs-errors) for its filesystem error reporting.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisdothtml%2Fnode-etml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisdothtml%2Fnode-etml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisdothtml%2Fnode-etml/lists"}