Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodraus/sublime-build
A handful of build systems for Sublime Text
https://github.com/kodraus/sublime-build
Last synced: 9 days ago
JSON representation
A handful of build systems for Sublime Text
- Host: GitHub
- URL: https://github.com/kodraus/sublime-build
- Owner: KodrAus
- License: mit
- Created: 2024-07-03T06:20:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T00:58:32.000Z (6 months ago)
- Last Synced: 2024-11-15T03:55:50.814Z (2 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sublime-build
This repository contains some [build systems](https://www.sublimetext.com/docs/build_systems.html) I use for [Sublime Text](https://www.sublimetext.com/). They're simple scripts that match specific file types, run a command to build them, and use a pattern to extract error information.
They might be useful to others, but aren't intended to be end-user artifacts.
I'm installing these into Sublime Text using symlinks to its packages directory, like so:
```
ln -s ./dotnet.sublime-build ~/.config/sublime-text/Packages/User/dotnet.sublime-build
```