Files
meteor/docs/client/full-api/packages.html
Sashko Stubailo ab22135543 Merge remote-tracking branch 'origin/readmes' into devel
Conflicts:
	docs/client/full-api/packages/fastclick.html
	docs/client/full-api/packages/stylus.html
	docs/client/packages/stylus.html
	packages/blaze/README.md
	packages/spacebars-compiler/README.md
	packages/stylus/README.md
2014-10-28 09:50:07 -07:00

29 lines
632 B
HTML

<template name="packages">
{{#markdown}}
<h1 id="packages">Packages</h1>
Meteor supports a variety of add-on packages and third party
libraries. While you can build great applications using only the Meteor
core functionality, optional packages can make development even faster
and better.
Packages can be added to a Meteor project with:
$ meteor add <package_name>
and removed with:
$ meteor remove <package_name>
Meteor Development Group maintains the following packages:
{{> pkg_audit_argument_checks}}
{{> pkg_oauth_encryption}}
{{> pkg_showdown}}
{{> pkg_underscore}}
{{> pkg_webapp}}
{{/markdown}}
</template>