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

@rhtml/cli

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rhtml/cli

Rhtml CLI tool

Source
npmnpm
Version
0.0.21
Version published
Weekly downloads
2
-71.43%
Maintainers
0
Weekly downloads
 
Created
Source

@rhtml/cli

Installation

npm i @rhtml/cli -g

Usage

Generate schematic can be 'module', 'controller', 'service'
rhtml generate --name test --type module
General Help
Usage: rhtml [options] [command]

Options:
  -V, --version       output the version number
  -h, --help          display help for command

Commands:
  generate [options]  Generate specific schematic
  help [command]      display help for command
Generate Help
Usage: rhtml generate [options]

Generate specific schematic

Options:
  -n, --name <name>      Name of the generated schematic
  -t, --type <type>      Specify type name can be one of the followings "controller", "module", "service"
  -f, --force            Force create schematics even with errors
  --language <language>  Language can be ts or js
  --folder <folder>      Choose folder where schematics will be generated default is src/app
  --dry-run              Dry run the command to see if the folder structure will be correct
  --spec                 Whether or not to create .spec tests when creating schematics
  -h, --help             display help for command

FAQs

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