fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

build-tools

Travis Dependency Status apm apm

Build your projects in atom

Error highlighting

Settings

Features

HowTo

  1. Create a file called .build-tools.cson (preferably in your project's root folder)
  2. Click Add Provider
  3. Click Add Custom Commands
  4. Click Add Command
  5. Configure your command
  6. Execute your command through one of the key bindings.

Keys

Service API

build-tools allows other packages to:

Refer to the wiki for details.

Contributing