🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@h2oai/makersaurus

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h2oai/makersaurus

The goal of Makersaurus is to simplify the process of creating documentation for the H2O AI Cloud. Makersaurus also attempts to make it easier to keep our docs internally consistent and up-to-date. Using a relatively small configuration file, you can scaf

latest
Source
npmnpm
Version
0.11.14
Version published
Weekly downloads
25
66.67%
Maintainers
4
Weekly downloads
 
Created
Source

Makersaurus

The goal of Makersaurus is to simplify the process of creating documentation for the H2O AI Cloud. Makersaurus also attempts to make it easier to keep our docs internally consistent and up-to-date. Using a relatively small configuration file, you can scaffold Docusaurus sites on-the-fly with standardized H2O.ai styles, headers, footers, home page, and search.

Getting started

To get started, navigate to where you want to create your project and run:

npx @h2oai/makersaurus@latest create-new-project 

This command will create a folder called documentation with the following contents:

  • package.json
  • makersaurus.config.js
  • sidebars.js
  • docs
  • .gitignore

This is all you need to launch your site. From here just run:

cd documentation 
npm install 
npm start 

If all goes well your project will be served on port 3000.

Documentation

For more information about Makersaurus features and commands, please refer to the documentation. The documentation folder contains a working Makersaurus site with guides and API reference. You can also browse a live version of the documentation at https://h2oai.github.io/makersaurus/.

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

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