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

jste-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jste-cli

JSTE command line tools

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

jste-cli

NPM Version Node.js CI Coverage Status NPM

This tool converts static HTML markup into a JSTE template.

Installation

npm install jste-cli -g

Usage

Create an ESM-compatible template (default):

jste --input=./page.html --output=./page.js

Create a CommonJS-compatible template:

jste --input=./page.html --output=./page.jste --type=cjs

License

The MIT License (MIT)

Keywords

JSTE

FAQs

Package last updated on 05 Dec 2023

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