Socket
Book a DemoInstallSign in
Socket

@plxtra/motif-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plxtra/motif-api

Plxtra Motif API

latest
Source
npmnpm
Version
3.1.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Motif API

NPM version License

API used to build Motif extensions

API Documentation

Use this documentation to understand how to build a Motif Extension using this Motif API:

https://plxtra.org/motif-api/Overview/

Install

npm i @plxtra/motif-api

Build API

This generates the API documentation directly from the Motif repository. This is useful if you are using Motif to debug an extension and want to ensure that the Motif API exactly matches the Motif being used to debug the extension.

  • Install the Plxtra motif repository and this motif-api repository in the same folder.
  • Set the version in this @plxtra/motif-api package so that it matches the @plxtra/motif (Motif) package version.
  • Run the dist script in this @plxtra/motif-api package:
    npm run dist
    

Publish API

  • Build the API:
  • Review files to be published with:
    npm pack
    
  • Publish to npm
    npm publish
    

Build API documentation

View the built API documentation

Keywords

motif

FAQs

Package last updated on 13 Jul 2025

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