Socket
Book a DemoInstallSign in
Socket

@taqueria/plugin-helloworld

Package Overview
Dependencies
Maintainers
3
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taqueria/plugin-helloworld

An example of a plugin for Taqueria

latest
npmnpm
Version
0.78.0
Version published
Maintainers
3
Created
Source

Hello World Plugin for Taqueria

The Hello World plugin provides a basic example of a Taqueria plugin. This plugin is intended to be used as a template for creating new plugins.

It is written in TypeScript and compiled to a JavaScript bundle for NodeJS using tsup and uses the @taqueria/node-sdk - as are all plugins that the our team develops for Taqueria.

Requirements

  • Taqueria v0.42.0 or later
  • Node.js v18.18.0 or later

Building

To build the Hello World plugin, run the following command from the root of this repository:

pnpm run build --filter taqueria-plugin-helloworld

Installation

To install the Hello World plugin on a Taqueria project, navigate to the project folder and run:

cd [taqueria-project]
taq init # if the project isn't already initialized
taq install /path/to/taqueria-repo/taqueria-plugin-helloworld

Usage:

The Hello World plugin provides a single command to Taqueria: taq hello.

Plugin Development

We suggest cloning our hello-world plugin and using as a boilerplate.

See the following documentation from our Taqueria website, taqueria.io:

Keywords

taqueria

FAQs

Package last updated on 21 Aug 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