1.2.4 • Published 2 months ago

@librisio/libris v1.2.4

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Libris JavaScript Client

Boost productivity with Libris: Automatically generate comprehensive modern documentation for your projects.

Libris Docs Banner

Libris

Libris is an advanced documentation generation tool that automates the process of code documentation. It is designed to seamlessly integrate with the existing code development workflow, making it easy for developers to generate comprehensive and up-to-date documentation. Libris works by analyzing the codebase and extracting relevant information, such as function signatures, class hierarchies, and variable descriptions. It then organizes this information into a structured and user-friendly format, generating documentation that is easy to navigate and understand. Libris supports multiple programming languages, making it a versatile tool for different development environments.

  • Supports C++, C, JavaScript, Python, CLI and RESTAPI documentations.
  • Modern documentation layout.
  • Automatically generate documentation from source code and docstring comments.
  • Create custom pages using markdown, javascript and html.
  • Feedback features.
  • Embedded page analytics.
  • Custom themes.
  • Independent hosting.
  • Supports fully customizable syntax highlighting.
  • Supports GitHub Pages.
  • Embedded search console.

Documentation

More information regarding the libris client can be found in the documentation.

Integrating Libris

To document your code using Libris, simply place a structured comment block above the code you want to document. Libris will automatically parse important information such as the function name, return type, function keywords, parameters, templates, requires clause and more. The @docs tag is universal and can be used with all supported languages.

/*  @docs:
 *  @title: Load
 *  @description: Load a file.
 *  @parameter:
 *      @name: path
 *      @description: The path of the file.
 *  @usage:
 *      char* data = load("./myfile.txt");
 */
char*  load(const char* path) { ... }

More information can be found in the Documentation.

Obtain your API Key.

The Libris Client requires an API Key.

1.2.4

2 months ago

1.2.3

2 months ago

1.2.2

2 months ago

1.2.1

3 months ago

1.2.0

3 months ago

1.1.9

3 months ago

1.1.8

3 months ago

1.1.7

3 months ago

1.1.6

3 months ago