Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between Meteor and Meteorite (mrt)?

For example, some sites tell me to use mrt add accounts-ui (using Meteorite, right?) and others say meteor add accounts-ui.

From what I understand, Meteorite is just a version control / package manager. Is this correct? What is the difference between the two commands above?

like image 421
Lindsayts Avatar asked Aug 14 '13 09:08

Lindsayts


People also ask

What is the difference between meteor and meteorite?

Think of them as “space rocks." When meteoroids enter Earth's atmosphere (or that of another planet, like Mars) at high speed and burn up, the fireballs or “shooting stars” are called meteors. When a meteoroid survives a trip through the atmosphere and hits the ground, it's called a meteorite.

What is the difference between a meteor and a meteorite quizlet?

A meteor is the light streak made by a meteoroid as it streaks through the atmosphere, also called a shooting star. A meteorite refers to a meteoroid after it impacts the Earth's surface.


2 Answers

Update

Meteor 0.9 release rendered Meteorite and the mrt command obsolete. All new projects should use meteor add only.

Original answer

meteor add works only for packages issues officially by the Meteor team (here's the list). mrt add is a wrapper that works also for all community packages available from atmosphere.

like image 191
Hubert OG Avatar answered Oct 20 '22 20:10

Hubert OG


They are the same now https://github.com/oortcloud/meteorite/

"NOTE: As of Meteor 0.9.0, Meteorite is no longer required! You can now install Atmosphere packages directly via the meteor tool."

like image 40
Pahlevi Fikri Auliya Avatar answered Oct 20 '22 20:10

Pahlevi Fikri Auliya