Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>bebarNew to Visual Studio Code? Get it now.
bebar

bebar

oYo

|
27 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

bebar README

Bebar is an extension to help you format data using templates.

Bebar is mainly a "glue" between a data source, a mustache template, and an output filename that lets you for example:

  • transform a json file to a more readable markdown file,
  • transform swagger files into source code,
  • load data from an external service, and format it into an html file
  • ...

Bebar uses Handlebars templating syntax.

Features

This extension allows you to browse your bebar files, edit template and preview outputs in real time.

Overview

You basically create a .bebar file that indicates which data file (json, yaml and more) you wish to transform using particular (mustache) templates.

  • Need to produce an html file using data from a json file?
  • Need to generate typescript files from a swagger file?
  • Need to generate insert sql scripts from a database table?
  • ...

All of these things are possible with Bebar!

Open a mustache file on one side, and preview it's result in live on the other side!

A full complete guide on how to use Bebar can be found here.

Release Notes

0.0.01

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft