Skip to content

security-alliance/opencti-client.js

Repository files navigation

opencti-client

This is a TypeScript library for interacting with OpenCTI

Build

pnpm run build

Local Development

Testing

To test this package in an external project:

  1. Build the package locally:

    pnpm run build
    
  2. Link the opencti-client globally

pnpm link --global

  1. Link in your test project

pnpm link --global @security-alliance/opencti-client

  1. Import and use the package in your external project:

    import { OpenCTIClient } from "@seal-isac/opencti-client";
    
    // Use the package as needed
  2. Run your external project to test the integration.

  3. When finished testing, remove the local reference from your external project's package.json and run pnpm install again to clean up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published