hack-cli

0.0.4 • Public • Published

hack-cli

Standalone Devtools for prototyping & debugging.

Features

  • Standalone DevTools
  • Live reloading
  • Support for ES modules (import/export)
  • Built on top of electron, which means that both Node.js modules & the Browser's APIs are available

Install

npm i -g hack-cli

Usage

Run:

hack ./file.js

It'll open Devtools and reload automatically on every file change.

ES Modules

By default, it uses commonJS modules. But you can enable support for ES module too:

hack ./file.js --esm

It uses @std/esm under the hood


Inspired by Jam3/devtool

/hack-cli/

    Package Sidebar

    Install

    npm i hack-cli

    Weekly Downloads

    0

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • asfktz