meteor search Searches for Meteor packages and releases, whose names contain the specified regular expression.
package.js api.use(packageNames, [architecture], [options])
spacebars Spacebars is a Meteor template language inspired by Handlebars
meteor shell When meteor shell is executed in an application directory where a server is already running, it connects to the server
Anywhere Meteor.isCordova import { Meteor } from 'meteor/meteor'
Anywhere accountsClientOrServer.onLoginFailure(func)
2016/04/16: Switch order of Code Style and Application structure sections. PR #383
Anywhere Meteor.startup(func) import { Meteor } from 'meteor/meteor'
Anywhere cursor.observeChanges(callbacks)
Server Accounts.findUserByEmail(email) import { Accounts } from
Page 1 of 28