Getting Started with Mooltipage
This guide covers the basic installation and usage of Mooltipage for both the CLI and JavaScript API. To jump to a specific topic, use the links in the sidebar.
Mooltipage includes two primary modes of operation: the CLI (console utility) and the JavaScript API. Before you begin, you must decide which mode you intend to use. The CLI is generally faster and easier to set up but the API provides more low level control and advanced functionality. Some features, however, are only implemented in the CLI.
Mode | Functionality | Extensible | Requires Code | Watch Mode |
---|---|---|---|---|
CLI | Standard | No | No | Yes |
API | Advanced | Yes | Yes | No |
Once you have decided which mode to use, then move on to the installation section for instructions on installing Mooltipage.