Utilize Meteor globals in npm packages with maxnowack/meteor-globals for easy access and dependency management.


Summary of my bookmarked Github repositories from Dec 5th, 2016

Github repositories

  • maxnowack/meteor-globals

    The "meteor-globals" package enables easy utilization of Meteor globals within npm packages. It allows you to retrieve the globals but not the ES6 exports of custom atmosphere packages. To install it, use npm with the command "npm install meteor-globals." After loading your package, use the "ensureDependencies" function to ensure all dependencies are installed, specifying the package name. Then, you can use "getGlobal" to access the globals from these packages. This package also provides additional functions like "checkMeteor" and "ensureDependency." "meteor-globals" is licensed under the MIT license and contributions are welcome.