New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@jay-framework/jay-cli

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jay-framework/jay-cli

latest
npmnpm
Version
0.15.4
Version published
Weekly downloads
402
33.11%
Maintainers
2
Weekly downloads
 
Created
Source

jay cli

The jay cli is a utility for build and dev time that generate files from jay-html files.

definitions

The definitions command generates the .d.ts files for .jay-html files, which are then used for development. The .d.ts files are placed along side the .jay-html files.

jay-cli definitions source
  • source - the source folder to scan for .jay-html files

runtime

The runtime command generates the runtime files for jay-html files. Normally, those files are created by the vite-plugin and not created explicitly.

jay-cli runtime source destination
  • source - the source folder to scan for .jay-html files
  • destination - the folder to create the files in

FAQs

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