Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stedi/integrations-sdk

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stedi/integrations-sdk

Stedi Integrations SDK

  • 0.2.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Stedi Integrations SDK

You do not need to directly install this project – it will be automatically included when you provision a new integrations project using the Stedi CLI.

Getting started

NOTE: You must have a working Node 18 or later environment installed on your machine before you proceed.

Using the Stedi CLI to generate a new integrations project

Using the Stedi CLI, you can generate an empty TypeScript project with all the necessary dependencies required to build, test, and deploy Stedi Functions.

  1. Ensure you have the latest Stedi CLI version installed globally

      npm install -g @stedi/cli
    
  2. Generate your new integrations project and move into the newly created directory.

      stedi integrations init --path=my-stedi-config
    
      cd my-stedi-config
    
  3. Install the npm dependencies.

      npm install
    
  4. Refer to the generated README.md for next steps.

      open README.md
    

FAQs

Package last updated on 01 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc