Meteor API with tab completion and syntax highlighting.
Find a file
2014-10-06 15:27:48 -04:00
grammars lots of updates 2014-10-05 02:15:25 -04:00
screenshots adjusted height of grammar snippets 2014-10-05 02:36:52 -04:00
snippets lots of updates 2014-10-05 02:15:25 -04:00
stylesheets lots of updates 2014-10-05 02:15:25 -04:00
.gitignore initial comimt 2014-10-02 14:31:19 -04:00
LICENSE.md initial comimt 2014-10-02 14:31:19 -04:00
package.json Prepare 2.9.0 release 2014-10-06 15:27:48 -04:00
README.md Update README.md 2014-10-05 02:53:38 -04:00

Meteor API for the Atom Editor

Bring Isomorphic Meetor javascript to the editor with autocomplete, code snippets, color-coded grammar, syntax highlighting, and more! Code faster and with fewer mistakes!


Meteor API Version

0.9.3


Installation

Simply go to Atom > Preferences > Packages, search for Meteor Api, and install the package! Then just be sure to select Javascript (Meteor) as your grammar.

Javascript Grammar Select


Color Coded Meteor Syntax

Meteor-Api Code Sample


Meteor API Code Snippets

Complete List of Covered Meteor API Syntax

Meteor-Api Grammar


Setting Up Atom As an Integrated Development Environment

If you want even more Meteor integration, try installing the following packages for an integrated, isomorphic, pure-javascript development environment. (This list will be updated as new packages are added to the Atom ecosystem).

Atom Lint
Atom Beautify
Atom Jshint
Atom Prettify
Angularjs
Atom Angular
Atom Bootstrap
Autocomplete
Autocomplete +
Bracket Matcher
Filetype Color
Grammar Selector
Meteor Api
Meteor Helper
Orbit
Wrap Guide

Open Files From the Command Line

If you haven't created a symlink for atom, try the following snippet to launch Atom from the command line.

# link your atom binary so it can be run from the command line
sudo ln -s /Applications/Atom.app/Contents/MacOS/Atom /usr/local/bin/atom

# open a file
meteor create helloworld
cd helloworld
atom helloworld.js

Acknowledgements / Contributors

A big shoutout to ThusStyles for piecing together the original meteor-snippets atom package!