
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@holochain/hc-spin
Advanced tools
CLI to run Holochain apps in development mode.
To install the latest version compatible with holochain 0.3.x:
⚠️ Requires @holochain/client 0.17.0-dev.5
or newer ⚠️
npm install --save-dev @holochain/hc-spin@">=0.300.0 <0.400.0"
To install the latest version compatible with holochain 0.4.x:
⚠️ Requires @holochain/client 0.18.0-rc.1
or newer ⚠️
npm install --save-dev @holochain/hc-spin@">=0.400.0 <0.500.0"
Usage: hc-spin [options] <path>
CLI to run Holochain aps during development.
Arguments:
path Path to .webhapp or .happ file to launch. If a .happ file is passed, either a UI path must be specified via
--ui-path or a port pointing to a localhost server via --ui-port
Options:
-V, --version output the version number
--app-id <string> Install the app with a specific app id. By default the app id is derived from the name of the .webhapp/.happ
file that you pass but this option allows you to set it explicitly
--bootstrap-url <url> Url of the bootstrap server to use. By default, hc spin spins up a local development bootstrap server for you
but this argument allows you to specify a custom one.
--holochain-path <path> Set the path to the holochain binary [default: holochain].
-n, --num-agents <number> How many agents to spawn the app for.
--network-seed <string> Install the app with a specific network seed.
--ui-path <path> Path to the folder containing the index.html of the webhapp's UI.
--ui-port <number> Port pointing to a localhost dev server that serves your UI assets.
--signaling-url <url> Url of the signaling server to use. By default, hc spin spins up a local development signaling server for you
but this argument allows you to specify a custom one.
--open-devtools Automatically open the devtools on startup.
-h, --help display help for command
Run a .happ file with 2 agents connected to the UI of your dev server running on port 8888:
hc-spin -n 2 --ui-port 8888 path/to/your/happ-file.happ
Run a fully packaged .webhapp for 2 agents:
hc-spin -n 2 path/to/your/webhapp-file.webhapp
Run a .happ file with 2 agents connected to the UI assets residing at the provided path:
hc-spin -n 2 --ui-path path/to/directory/containing/ui/assets path/to/your/happ-file.happ
FAQs
CLI to run Holochain aps during development.
The npm package @holochain/hc-spin receives a total of 56 weekly downloads. As such, @holochain/hc-spin popularity was classified as not popular.
We found that @holochain/hc-spin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.