The following functions are exposed.
- VelocityMeteorInternals.files.findAppDir
- VelocityMeteorInternals.files.findPackageDir
- VelocityMeteorInternals.files.runJavaScript
- The version of this package reflects the Meteor version that has been used as source.
- Use the same file structure that Meteor use
- Include as few parts of Meteor as possible
- Modify as few code as possible to make it work
- Don't fix code style issues that exist in the original Meteor code
- Replace
require
withNpm.require
- Catch exports and expose them under VelocityMeteorInternals
The code is licensed under the MIT license. Most of the code comes from Meteor (see Meteor license).