Socket
Socket
Sign inDemoInstall

@edge_technologies/edge-client-ext

Package Overview
Dependencies
134
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @edge_technologies/edge-client-ext

Utility to build edgeCore client extensions


Version published
Weekly downloads
1
decreased by-87.5%
Maintainers
5
Install size
12.7 MB
Created
Weekly downloads
 

Readme

Source

edgeClientExt

A NodeJS Script to help you build client extensions which can pre-load CSS or JS in edgeCore. Useful when wanting several HTML Template widgets to share a library.

Prerequisites

  1. NodeJS

Installation Instructions

Globally install the NodeJS script with NPM

npm install -g @edge_technologies/edge-client-ext

Usage Instructions

Make an empty directory somewhere.

mkdir ~/temp

Place the CSS and/or JS files you want to load on app startup into new folder.

cp myCoolScript.js ~/temp/

Change into new folder.

cd ~/temp

Run the NodeJS script

edgeClientExt

The extension will now be inside the directory

FAQs

Last updated on 25 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc