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

https://github.com/lslezak/build-rake

An extension for the atom-build package providing Rake support
https://github.com/lslezak/build-rake

Last synced: about 1 year ago
JSON representation

An extension for the atom-build package providing Rake support

Awesome Lists containing this project

README

          

# Atom build-rake

[![Build Status](https://travis-ci.org/lslezak/build-rake.svg)](https://travis-ci.org/lslezak/build-rake)
![Version](https://img.shields.io/apm/v/build-rake.svg)
![License MIT](https://img.shields.io/apm/l/build-rake.svg)

This [Atom](https://atom.io) package adds support for running the [rake](
http://docs.seattlerb.org/rake/) taks defined in the `Rakefile`.

This package extends the [build package](https://atom.io/packages/build)
which has to be installed as well!

## Features

- Reads the tasks from the project's `Rakefile`.
- See the [build package](https://github.com/noseglid/atom-build)
for more details how to use it.

![Screen Cast](https://cloud.githubusercontent.com/assets/907998/11747115/b7ca1362-a021-11e5-98ed-6111d9fa1410.gif)