Giter Site home page Giter Site logo

jsdoc-baseline's Introduction

Baseline

Build Status

An extensible template for JSDoc 3.

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 3. 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. Install JSDoc.

    Note: Baseline currently requires JSDoc 3.4.0 or later.

    To install JSDoc globally (may require sudo):

     npm install -g jsdoc
    

    To 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 https://github.com/hegemonic/baseline/tarball/master
    

Configuring and Using Baseline

To use the Baseline template with its default settings, simply 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>
    

Note: Future versions of Baseline will provide additional configuration settings, including settings for overriding and modifying portions of the template.

Legal stuff

Copyright 2014-2015 Google Inc. Licensed under the Apache License, Version 2.0.

See LICENSE.md for more information.

jsdoc-baseline's People

Contributors

hegemonic avatar faibk avatar jonathankingston avatar theasta avatar

Stargazers

Philipp Huth avatar

Watchers

Witalij Siebert avatar James Cloos avatar  avatar Almut avatar Pablo Quílez avatar  avatar Philipp Huth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.