-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Meteor Cookbook
By :

As you become more familiar with Meteor, you will want to start creating your own custom package, which consolidates the code you may find useful in multiple projects. This recipe will walk you through the basics of creating your own personal Meteor package.
The only thing you need for this recipe is Meteor and a text editor.
We will create a package that will allow us to easily write to the console in not only the client web console, but also in the server terminal console.
$ meteor create --package [myMeteorID]:testpack
Make sure you replace [myMeteorID]
with your own Meteor Developer Account ID or with the ID of the Meteor organization you belong to, for example (and for the rest of this chapter), we will use the packtmeteor
organization. So our command will look like the...
Change the font size
Change margin width
Change background colour