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
- Host: GitHub
- URL: https://github.com/lslezak/build-rake
- Owner: lslezak
- License: mit
- Created: 2015-12-11T12:02:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T11:42:28.000Z (about 6 years ago)
- Last Synced: 2025-04-24T00:44:13.723Z (about 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom build-rake
[](https://travis-ci.org/lslezak/build-rake)


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.
