Maxhodges / meteor-api

Meteor API for the Atom editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor API for the Atom Editor

Bring Isomorphic javascript to the editor with Meteor API code snippets and grammar/syntax highlighting!


Installation

Go to Atom > Open Your Snippets, and copy the contents of snippets/meteor.api.cson into the file. Once we get the API completely covered, we'll publish through the Atom package system.


Open Files 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

Meteor API Coverage

List of Covered Meteor API Syntax


Recommended Packages

If you want a complete javascript IDE experience with, we recommend the following packages to run with Meteor API Snippets.

Atom Lint
Atom Beutify
Atom Jshint
Atom Prettify
Autocomplete
Bracket Matcher
Filetype Color
Grammar Selector
Snippets
Wrap Guide

Contributing / Next Steps

Custom Syntax Highlighting Javascript Grammar

Rexex Tester Color Pallette Wheel


Acknowledgements / Contributors

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

About

Meteor API for the Atom editor

License:MIT License