Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@enhance/arc-plugin-enhance

Package Overview
Dependencies
Maintainers
7
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enhance/arc-plugin-enhance

This Architect plugin customizes a default [Architect](https://arc.codes) project to add file based routing and server rendered Custom Elements.

latest
Source
npmnpm
Version
11.0.5
Version published
Weekly downloads
46
-66.42%
Maintainers
7
Weekly downloads
 
Created
Source

@enhance-dev/arc-plugin-enhance

This Architect plugin customizes a default Architect project to add file based routing and server rendered Custom Elements.

Quick start

npx "@enhance/create@latest" ./myproject -y

⚠️ This repo is not meant to be cloned unless you are filing an issue or adding functionality. It is meant to be used by the generators linked above instead.

Project structure

app
├── api ............... data routes
│   └── index.mjs
├── browser ........... browser JavaScript
│   └── index.mjs
├── components ........ Single File Web Components
│   └── my-card.mjs
├── elements .......... Custom Element pure functions
│   └── my-header.mjs
└── pages ............. file-based routing
    └── index.html

Read the documentation here →

FAQs

Package last updated on 17 Sep 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