• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

project-runner

Run project's code in Atom.
hirohisa
0.5.1 1,679
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

atom-project-runner

Run project's code in Atom.

Build Status

Commands

  • to run with configuration file for building, if shows result then hide.

  • ⌘-r OSX

  • ctrl-r win32, Linux

  • to test with configuration file for building , if shows result then hide.

  • ⌘-u OSX

  • ctrl-u win32, Linux

screenshot success screenshot fail

Installation

apm install project-runner

Setup

Make configuration file Makefile or Rakefile. Set the file to directory on project's root path.

Makefile

 
all:
  ruby example/test_run.rb
test:
  ruby example/test_test.rb
 

Rakefile

 
task :default do
  ruby "example/test_run.rb"
end
 
task :test do
  ruby "example/test_test.rb"
end
 

TODO

  • make run then auto save
  • support other files for building

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by