Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ ember install <%= name %>

[Longer description of how to use the addon in apps.]

> TODO: Document the package's public API.
>
> For each public api (including components, helpers, modifiers, and other apis) include:
>
> - The import path for a consumer (e.g. `import MyAddonsComponent from 'my-addon/components/my-addons-component'`)
> - What it does
> - Parameters/options
> - Return value
> - Example usage

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.
Expand Down
Loading