Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```