Socket
Socket
Sign inDemoInstall

@condenast/ember-docs

Package Overview
Dependencies
19
Maintainers
293
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @condenast/ember-docs

Creates documentation from Ember apps / addons


Version published
Weekly downloads
36
increased by50%
Maintainers
293
Install size
8.85 MB
Created
Weekly downloads
 

Readme

Source

ember-docs Build Status Maintainability Test Coverage

:warning: This library is in progress and shouldn't be used quite yet. :warning:

ember-docs is a library to generate better documentation for Ember applications, using Ember's strong conventions to enhance JSDoc.

Installation

npm install @condenast/ember-docs

Why?

Ember has strong conventions, so we wanted to bring those conventions to writing documentation for Ember apps and Ember addons. Since the conventions are so strong, we can remove a lot of requirements of documentation engines and pull the information directly from code.

:sparkles: Magic :sparkles:

:point_right: No need to name files or define access on them.

app/helpers/equals.js is automatically detected as a public helper named equals because it's in the correct spot for an Ember helper.

app/helpers/-in-element.js is detected as a private helper because of the preceding -.

:point_right: No need to duplicate parameter structure in components & helpers.

Positional and named parameters are pulled from component and helper definitions and provided for you.

:point_right: Defaults are pulled from code

Default parameters are pulled from the code so you don't need to to define them twice. (Yes, you can override this)

FAQs

Last updated on 29 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc