{"id":15170832,"url":"https://github.com/matheusmoreira/pug-simple","last_synced_at":"2026-02-12T00:34:20.809Z","repository":{"id":187200572,"uuid":"676482367","full_name":"matheusmoreira/pug-simple","owner":"matheusmoreira","description":"Simple whole directory pug template renderer","archived":false,"fork":false,"pushed_at":"2023-08-10T11:30:57.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-04T00:30:17.738Z","etag":null,"topics":["cli","cli-app","command-line-tool","pug","pug-cli","pug-template","pug-template-engine","pug-templates","pugjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matheusmoreira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.AGPLv3","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"matheusmoreira"}},"created_at":"2023-08-09T09:50:30.000Z","updated_at":"2023-08-09T13:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3c044fe-b26b-4e21-855a-26055d47733d","html_url":"https://github.com/matheusmoreira/pug-simple","commit_stats":null,"previous_names":["matheusmoreira/pug-simple"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/matheusmoreira/pug-simple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmoreira%2Fpug-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmoreira%2Fpug-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmoreira%2Fpug-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmoreira%2Fpug-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusmoreira","download_url":"https://codeload.github.com/matheusmoreira/pug-simple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmoreira%2Fpug-simple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29351055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","cli-app","command-line-tool","pug","pug-cli","pug-template","pug-template-engine","pug-templates","pugjs"],"created_at":"2024-09-27T08:23:33.819Z","updated_at":"2026-02-12T00:34:20.768Z","avatar_url":"https://github.com/matheusmoreira.png","language":"JavaScript","funding_links":["https://github.com/sponsors/matheusmoreira"],"categories":[],"sub_categories":[],"readme":"# pug-simple\n\nRecursively traverses a directory tree, renders all `.pug` files in it to HTML\nand then writes them to the output directory with the same tree structure.\n\nGiven this:\n\n    pug/\n    ├── files/\n    │   ├── index.pug\n    │   └── nested/\n    │       └── page.pug\n    └── templates/\n        └── master.pug\n\nRunning this:\n\n    pugs pug/files/ site.com/\n\nOutputs this:\n\n    site.com/\n    ├── index.html\n    └── nested/\n        └── page.html\n\n## Installation\n\n    npm install pug-simple\n\n## Usage\n\n    pugs pug/files/ site.com/\n\n## License\n\nGNU Affero General Public License, version 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusmoreira%2Fpug-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusmoreira%2Fpug-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusmoreira%2Fpug-simple/lists"}