4.3.7 • Published 5 months ago

@isomx/jsdoc-baseline v4.3.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

Baseline

Build Status npm version

An extensible template for JSDoc.

This is a preview version of the Baseline template. Baseline is still under active development. Everything in the template is subject to change.

What is Baseline?

Baseline is a new HTML template for JSDoc. It offers several benefits:

  • Extensible from the ground up. You can use extensions to customize your documentation's content and appearance without changing Baseline itself. In addition, you can localize the headings and other text that are added by the template. Note: Customization options are limited in this preview version. More options will be available soon.
  • Easy to navigate. An expandable table of contents helps users find what they're looking for. Also, a summary at the top of each page shows users what's documented on that page.
  • Modern template syntax. Baseline uses Handlebars, a powerful JavaScript template engine, to define the template layout. Handlebars makes it possible to define new tags and helpers that you can use in your customizations to Baseline.

Installing Baseline

  1. Add JSDoc to your Node.js project as a development dependency:

    npm install --save-dev jsdoc
  2. Add the Baseline template to your Node.js project as a development dependency:

    npm install --save-dev jsdoc-baseline

Configuring and using Baseline

To use the Baseline template with its default settings, run JSDoc with the --template (or -t) command-line option:

jsdoc --template <path/to/baseline> <path/to/js-files>

To use the Baseline template with customized settings:

  1. Copy baseline-config.json.EXAMPLE to a new file (for example, baseline-config.json).
  2. Modify the configuration file as needed. See baseline-config.json.EXAMPLE for information about the supported options. You can use comments in the configuration file.
  3. Update your JSDoc conf.json file to include a templates.baseline property. This property must contain the path to your Baseline configuration file.
  4. Run JSDoc as shown above, using the --configure (or -c) option to tell JSDoc where to find your conf.json file:
jsdoc --configure <path/to/conf.json> --template <path/to/baseline> <path/to/js-files>

Legal stuff

Copyright 2014-2019 Google LLC. Licensed under the Apache License, Version 2.0.

See LICENSE.md for more information.

4.3.6

5 months ago

4.3.5

6 months ago

4.3.7

5 months ago

4.3.2

6 months ago

4.3.1

6 months ago

4.3.4

6 months ago

4.3.3

6 months ago

4.3.0

11 months ago

4.2.22

1 year ago

4.2.23

1 year ago

4.2.20

1 year ago

4.2.21

1 year ago

4.2.12

1 year ago

4.2.17

1 year ago

4.2.18

1 year ago

4.2.19

1 year ago

4.2.13

1 year ago

4.2.14

1 year ago

4.2.15

1 year ago

4.2.16

1 year ago

4.2.7

2 years ago

4.2.6

2 years ago

4.2.9

2 years ago

4.2.8

2 years ago

4.2.3

2 years ago

4.2.10

2 years ago

4.2.2

2 years ago

4.2.11

2 years ago

4.2.5

2 years ago

4.2.4

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.1.6

2 years ago

1.0.0

2 years ago