Using Meteorite

Meteorite is a Meteor installer, and smart-package manager wrapped around the meteor command line interface. (Inspired by gem, bundler, rvm and Meteor)

Meteorite enables developers to create and share 3rd party Smart Packages. To view publicly available Smart Packages visit http://atmosphere.meteor.com

  1. To begin install meteorite globally

     npm install -g meteorite
    
  2. Create a new project using the meteor create command.

      mrt create presentski
      cd presentski
    

    NOTE: throughout this tutorial we will be using the Meteorite command (mrt), in some cases this command simply wraps the meteor command

Resources

  • meteorite - Installer & smart package manager for Meteor
  • atmosphere - Meteorite Smart Package site

Comments