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
- Host: GitHub
- URL: https://github.com/mattdahepic/vscode-butane-template
- Owner: MattDahEpic
- Created: 2025-02-16T19:27:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T23:28:34.000Z (3 months ago)
- Last Synced: 2025-02-17T00:23:45.294Z (3 months ago)
- Topics: butane, vscode, vscode-configs
- Language: Dockerfile
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 filesSimply use this repository as a template or copy the .devcontainer and .vscode folders into your own repository to gain these features.