Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Most of the base code is contained in the plugins.
  2. Each plugin can be disabled or taken and modified or created by new ones.
  3.  
  4. If you want to implement your functionality to keep them generic and compatible with the basic platform I can give you a space as a collaborator in the KeplerJs Organization on Github.
  5.  
  6. If you also want to help me correct some translation errors or add new langs… see the i18n core package.
  7.  
  8. Alternatively, if you want to create your own personal adapter, I recommend you to make it as a KeplerJs plugin1 and publish it with the same license(MIT) in a your public repository and then publish it at Atmospherejs.com!
  9.  
  10. A good idea to begin to understand basic functionality is to disable all plugins using meteor remove for each meteor package plugin.
  11. If you want to start kepler adapting to your study case right now, you should take one of the plugin code example, for example keplerjs:share and study its code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement