Meteor Spacebar Snippets with tab completion.
Go to Settings > Install
and search for meteor-spacebars
under Packages
.
After installing this package, please restart Atom Editor.
These snippets are for daily use to avoid writing as much as it could the boilerplate code. If you like, to add yours, feel free to contribute.
each
each blockif
if blockife
if/else blockwith
with blocklet
let blockcm
comment blocktmp
templateSpacebars is a Meteor template language inspired by Handlebars. It shares some of the spirit and syntax of Handlebars, but it has been tailored to produce reactive Meteor templates when compiled.
Pull requests for more snippets are welcome. If you like to add yours, feel free to contribute.
In lieu of a formal style guide, take care to maintain the existing coding style.
Copyright (c) 2017 Aman Mittal
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.