Skip to content

Instantly share code, notes, and snippets.

@kriszyp
Created January 27, 2012 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kriszyp/1690583 to your computer and use it in GitHub Desktop.
Save kriszyp/1690583 to your computer and use it in GitHub Desktop.
# My Cool Package
Here is little introduction.
## module-a
A little intro to this module. here are the methods/props:
<pull-in-from-api-docs> <!-- get stuff from code -->
<example for="myMethod1">
require(["module-a"], function(moduleA){
moduleA.myMethod1();
});
</example>
or
### myMethod2 (gets integrated with API)
moduleA.myMethod2(); // another example
</pull-in-from-api-docs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment