{"id":18605313,"url":"https://github.com/fny/gulp-firebase-bolt-compiler","last_synced_at":"2025-05-17T09:41:26.946Z","repository":{"id":57257548,"uuid":"59976671","full_name":"fny/gulp-firebase-bolt-compiler","owner":"fny","description":"Firebase Bolt plugin for Gulp.","archived":false,"fork":false,"pushed_at":"2016-11-27T01:32:36.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T09:29:29.871Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fny.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":"2016-05-30T03:03:12.000Z","updated_at":"2016-05-30T03:03:44.000Z","dependencies_parsed_at":"2022-08-25T21:23:32.486Z","dependency_job_id":null,"html_url":"https://github.com/fny/gulp-firebase-bolt-compiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Fgulp-firebase-bolt-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Fgulp-firebase-bolt-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Fgulp-firebase-bolt-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Fgulp-firebase-bolt-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fny","download_url":"https://codeload.github.com/fny/gulp-firebase-bolt-compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319635,"owners_count":22051078,"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-11-07T02:20:50.340Z","updated_at":"2025-05-17T09:41:26.735Z","avatar_url":"https://github.com/fny.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-firebase-bolt-compiler :fire:\n\n[![Build Status](https://travis-ci.org/fny/gulp-firebase-bolt-compiler.svg?branch=master)](https://travis-ci.org/fny/gulp-firebase-bolt-compiler) [![npm version](https://badge.fury.io/js/gulp-firebase-bolt-compiler.svg)](http://badge.fury.io/js/gulp-firebase-bolt-compiler) [![Dependencies](https://david-dm.org/fny/gulp-firebase-bolt-compiler.svg)](https://david-dm.org/fny/gulp-firebase-bolt-compiler)\n\nNo frills Firebase Bolt plugin for Gulp that simply wraps Firebase's [Bolt](https://github.com/firebase/bolt) library.\n\nNote that all releases, even v0.x, are stable. The version simply reflects the suppored Bolt compiler version (in this case any v0.y.)\n\n## Install\n\n    npm install gulp-firebase-bolt-compiler-compiler --save-dev\n\n## Example\n\n```javascript\n'use strict';\n\nconst gulp = require('gulp');\nconst concat = require('gulp-concat');\nconst bolt = require('gulp-firebase-bolt-compiler');\n\nconst paths = {\n  rules: [ 'rules/functions.bolt', 'rules/types/**/*.bolt', 'rules/paths.bolt' ]\n};\n\ngulp.task('bolt', function() {\n  gulp.src(paths.bolt)\n    .pipe(concat('rules.bolt'))\n    .pipe(bolt())\n    .pipe(gulp.dest('./build/'));\n});\n```\n\n## Issues\n\nSince `gulp-firebase-bolt-compiler` is a light-weight wrapper around [`firebase-bolt`](https://github.com/firebase/bolt), you're most likely having an issue with [`firebase-bolt`](https://github.com/firebase/bolt). Check [`firebase-bolt`'s issues](https://github.com/firebase/bolt/issues) and elsewhere about the internet before filing an issue here!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffny%2Fgulp-firebase-bolt-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffny%2Fgulp-firebase-bolt-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffny%2Fgulp-firebase-bolt-compiler/lists"}