Skip to content

Chris-James/meteor-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packages

Atmosphere (Meteor) Packages

Data

aldeed:collection2-core

Adds support for the collection2 library, used for attaching schemas to MongoDB.

check

A lightweight package for argument checking and general pattern matching.

dburles:collection-helpers

Sets up a transformation on your collections using Meteor's Mongo.Collection transform option, allowing for simple models with an interface that's similar to template helpers.

mdg:validated-method

A wrapper package for meteor.methods that enables defining methods in a more structured, robust way.

Development

aldeed:template-extension

Adds template features including global hooks, inheritance, and additional methods not available in the default Meteor templating package. Required by useraccounts.

meteortoys:allthings

In-app development tools. Available in the development environment only.

UI

fourseven:scss

Adds support for the compilation of .scss files.

reactive-dict

A general-purpose reactive datatype for use with tracker. Provides all of the functionality of the Session object documented in the main Meteor docs, such as reactive get, set, and equals functions.

User Accounts

accounts-password

Adds support for the password authentication strategy to the Meteor accounts system.

useraccounts:flow-routing

User Accounts add-on package providing routes configuration capability via kadira:flow-router.

useraccounts:unstyled

Provides highly customizable user accounts UI templates unstyled.

Routing

kadira:blaze-layout

A layout manager designed for use with Blaze and FlowRouter.

kadira:flow-router

Client side router. Inclues an API for changing URLs, redirecting, and reactively retrieving data from the URL.

NPM Packages

babel-runtime

A default package installed in all new Meteor applications. Adds support for the Babel transpiler, used for converting ES2015+ code into ES5 code.

bcrypt

A default package installed in all new Meteor applications. Adds support for the bcrypt encryption library, used in Meteor core for handling various encryption tasks. The NPM version is installed to circumvent falling back to the version bundled with Meteor.

lodash.get

meteor-node-stubs

A default package installed in all new Meteor applications. Used for stubbing built-in modules in Node.js.

simpl-schema

Adds support for the SimpleSchema library. SimpleSchema validates JavaScript objects to ensure they match a schema. It can also clean the objects to automatically convert types, remove unsupported properties, and add automatic values such that the object is then more likely to pass validation.

About

An opinionated boilerplate for new Meteor projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published