Skip to content

A simple utility which allows you to export a built version of any combination of meteor packages

Notifications You must be signed in to change notification settings

alexhancock/meteor-export-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

meteor export packages

A simple script to bundle together meteor packages into standalone JavaScript files which aren't dependent on anything else in meteor.

Usage

./export-packages.sh ejson minimongo

Features

  • Currently, this only works for client packages

Future steps

  • Bake this into the meteor executable
  • Export serverside modules into commonjs modules to use in any node project

About

A simple utility which allows you to export a built version of any combination of meteor packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages