Skip to content

jhorowitz-coursera/meteor-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor-helper: Call Meteor from Atom.io

🚀 Launch Meteor and Meteorite inside Atom.io

Either use Atom.io inner packaging tool or the following command line:

apm install meteor-helper

With this package, you can:

  • Launch or kill Meteor using: CTRL+ALT+m
  • Watch the Meteor's CLI information in a dedicated pane.
  • See Meteor's status in a dedicated status bar.
  • When Meteor's status goes wrong, the pane automatically shows up and displays the last CLI information.

In the settings, you can customize this package behavior:

  • Command and its path. The default is: /usr/local/bin/meteor.
  • Main listening port. The default is 3000.
  • Production flag. The default is false.
  • Debug flag. The default is false.
  • MongoDB's URL. Leave it empty to use the default embedded MongoDB in Meteor.
  • Customize the color of Meteor's console.log.

Meteor.js from Atom.io

Packages

 
 
 

Contributors