Skip to content

Instantly share code, notes, and snippets.

@pazguille
Last active December 15, 2015 08:38
Show Gist options
  • Save pazguille/5232064 to your computer and use it in GitHub Desktop.
Save pazguille/5232064 to your computer and use it in GitHub Desktop.
My README.md template.

{{Name}}

{{Description}}

Installation

$ component install pazguille/{{name}}

See: https://github.com/component/component

Standalone

Also, you can use the standalone version:

<script src="{{source-to-standalone}}.js"></script>

How-to

First step:

// {{Some code here!}}

API

{{class}}#{{method}}(parameters)

Descriptions

  • {{parameter}} - Description
{{class}}.{{method}}(parameters);

Contact

License

Copyright (c) {{year}} @pazguille Licensed under the MIT license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment