🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@bleed-believer/cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bleed-believer/cli

A ts-node replacement with path alias resolution and SWC under the hood

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
7
-86%
Maintainers
1
Weekly downloads
 
Created
Source

bleed-believer cli

A ts-node replacement with path alias resolution, using TSC under the hood.

Basic usage

  • Install the package:

    npm i --save-dev @bleed-believer/cli
    
  • Next, launch your application:

    ## Using the shortest executable name:
    npx bleed start ./src/index.ts
    
    ## ...or if you want the full executable name:
    npx @bleed-believer/cli start ./src/index.ts
    
    ## ...or in case do you want to execute as a loader:
    node --import @bleed-believer/cli ./src/index.ts
    

CLI Commands

  • npx bleed start [target]
    Run a TypeScript file using the custom ESM loader.

    • [target]: The file do you want to execute.
    • --config (optional): Sets a custom tsconfig JSON file.
    • --watch (optional): Execute as watch mode.
    • -- (optional): Pass arguments to the typescript file.
  • npx bleed build
    Transpile all files to JavaScript.

    • --config (optional): Sets a custom tsconfig JSON file.

Keywords

ts

FAQs

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