{"id":13400952,"url":"https://github.com/duncanbeevers/gulp-jade-react","last_synced_at":"2026-01-11T13:55:31.435Z","repository":{"id":13555024,"uuid":"16247169","full_name":"duncanbeevers/gulp-jade-react","owner":"duncanbeevers","description":"Compile Jade templates into React de-sugared JSX with Gulp","archived":false,"fork":false,"pushed_at":"2014-03-01T12:58:41.000Z","size":212,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-07-31T19:27:40.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/duncanbeevers.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":"2014-01-26T05:16:59.000Z","updated_at":"2023-03-08T03:17:51.000Z","dependencies_parsed_at":"2022-08-30T07:32:03.030Z","dependency_job_id":null,"html_url":"https://github.com/duncanbeevers/gulp-jade-react","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fgulp-jade-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fgulp-jade-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fgulp-jade-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanbeevers%2Fgulp-jade-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duncanbeevers","download_url":"https://codeload.github.com/duncanbeevers/gulp-jade-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538005,"owners_count":20307099,"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":"2024-07-30T19:00:57.250Z","updated_at":"2025-03-14T06:32:03.174Z","avatar_url":"https://github.com/duncanbeevers.png","language":"CoffeeScript","readme":"# Compile Jade templates to React.DOM\n\nUses [jade-react](https://github.com/duncanbeevers/jade-react) to compile templates to `React.DOM` directives as part of your [Gulp](https://github.com/gulpjs/gulp) build process.\n\nThe files are kind of useless on their own, so you'll want to prefix+suffix them to handle exporting the generated expressions.\n\n## Usage\n\n````javascript\nvar gulp = require('gulp');\nvar jadeReact = require('gulp-jade-react');\n\n// Build React templates\ngulp.task('templates', function () {\n  gulp.src(['templates/*.jade'])\n    .pipe(jadeReact())\n    .pipe(gulp.dest('build'))\n});\n````\n","funding_links":[],"categories":["Uncategorized","Awesome React","React [🔝](#readme)"],"sub_categories":["Uncategorized","Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncanbeevers%2Fgulp-jade-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduncanbeevers%2Fgulp-jade-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncanbeevers%2Fgulp-jade-react/lists"}