An open API service indexing awesome lists of open source software.

https://github.com/mattdahepic/vscode-butane-template

A repository template that makes it easy to author Butane files in VSCode
https://github.com/mattdahepic/vscode-butane-template

butane vscode vscode-configs

Last synced: 3 months ago
JSON representation

A repository template that makes it easy to author Butane files in VSCode

Awesome Lists containing this project

README

        

# vscode-butane-template
This repository aims to offer a good [Butane](https://coreos.github.io/butane/) editing experience in Visual Studio Code.
It offers the following features:
* A dev container that includes the butane tools and python3 for serving a web server
* Compile-on-save for .bu files
* A auto-start web server for serving your compiled .ign files

Simply use this repository as a template or copy the .devcontainer and .vscode folders into your own repository to gain these features.