{"id":16229015,"url":"https://github.com/doughtnerd/jade-stringifier","last_synced_at":"2025-10-12T20:49:13.000Z","repository":{"id":57109499,"uuid":"98561423","full_name":"doughtnerd/jade-stringifier","owner":"doughtnerd","description":"Converts Jade templates to HTML strings","archived":false,"fork":false,"pushed_at":"2017-07-27T20:35:18.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T01:49:43.938Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doughtnerd.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":"2017-07-27T17:01:32.000Z","updated_at":"2017-09-23T18:38:40.000Z","dependencies_parsed_at":"2022-08-20T17:40:46.826Z","dependency_job_id":null,"html_url":"https://github.com/doughtnerd/jade-stringifier","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/doughtnerd/jade-stringifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughtnerd%2Fjade-stringifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughtnerd%2Fjade-stringifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughtnerd%2Fjade-stringifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughtnerd%2Fjade-stringifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doughtnerd","download_url":"https://codeload.github.com/doughtnerd/jade-stringifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doughtnerd%2Fjade-stringifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012806,"owners_count":26085191,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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-10T12:57:06.342Z","updated_at":"2025-10-12T20:49:12.927Z","avatar_url":"https://github.com/doughtnerd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/doughtnerd/jade-stringifier.svg?branch=master)](https://travis-ci.org/doughtnerd/jade-stringifier)\n[![Coverage Status](https://coveralls.io/repos/github/doughtnerd/jade-stringifier/badge.svg?branch=master)](https://coveralls.io/github/doughtnerd/jade-stringifier?branch=master)\n\n\nJade Stringifier\n=========\n\nA small library that converts a Jade template into an HTML string using ES6 promises.\n\n## Installation\n\n  `npm install @doughtnerd/jade-stringifier`\n\n## Usage\n\n    var stringifier = require('@doughtnerd/jade-stringifier');\n    \n    stringifier.stringify('absolute/path/to/template', {exampleContext: ['a', 'b', 'c']}).then((html) =\u003e{\n        // Do whatever with the html string that was compiled from the template.\n    }).catch((err) =\u003e {\n        // Do whatever with the error.\n    });\n  \n## Tests\n\n  `npm test`\n\n## Contributing\n\nIn lieu of a formal style guide, take care to maintain the existing coding style. \nAdd unit tests for any new or changed functionality. Lint and test your code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoughtnerd%2Fjade-stringifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoughtnerd%2Fjade-stringifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoughtnerd%2Fjade-stringifier/lists"}