Skip to content

thesobek/app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteorspark:app

Expose an empty APP object, to be used to organize projects

Benefits of using meteorspark:app

  • Standardize the object structure in Meteor apps.
  • A clean way to share objects among your project files in Coffee based projects (instead of using share. or @, the global name space).
  • Keep the global namespace clean.

Structure

APP = {
  helpers: {},
  collections: {}
}

Credits

Developed by MeteorSpark Professional Meteor Services.

License

MIT

Author

Daniel Chcouri

About

The Meteor meteorspark:app package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%