blaze_compiler
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "blaze_compiler", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Transpiles extendable, schema orientated definitions into Firebase security rules", | ||
@@ -5,0 +5,0 @@ "author": "Tom Larkworthy", |
@@ -38,6 +38,9 @@ # Blaze compiler for Firebase | ||
``` | ||
blaze examples/structure.yaml | ||
blaze /usr/local/lib/node_modules/blaze_compiler/examples/structure.yaml | ||
blaze -v /usr/local/lib/node_modules/blaze_compiler/examples/mail_example.yaml | ||
blaze -v <your blaze file> | ||
``` | ||
this will save a rules.json in the current directory | ||
this will save a rules.json in the current directory which you can upload to the Firebase website | ||
## Rules specified in YAML (or JSON) | ||
@@ -44,0 +47,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
787007
399