Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ecopages/kitajs

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecopages/kitajs

Kitajs plugin for Ecopages

latest
Source
npmnpm
Version
0.2.0-alpha.1
Version published
Maintainers
1
Created
Source

Ecopages KitaJs Integration Plugin

The @ecopages/kitajs package provides seamless integration with Kita, enabling effortless rendering of JSX templates. This integration represents a minimalistic layer within the broader Ecopages integration plugin system, designed to enhance the platform's flexibility and ease of use.

Install

bunx jsr add @ecopages/kitajs

Usage

Incorporating this integration into your project is straightforward. Simply import and include the kitajsPlugin in your Ecopages configuration as shown below:

import { ConfigBuilder } from '@ecopages/core';
import { kitajsPlugin } from '@ecopages/kitajs';

const config = await new ConfigBuilder()
	.setBaseUrl(import.meta.env.ECOPAGES_BASE_URL)
	.setIntegrations([kitajsPlugin()])
	.build();

export default config;

Keywords

ecopages

FAQs

Package last updated on 08 Mar 2026

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