🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

@hyperdivision/heimdall-server

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperdivision/heimdall-server

Spin up and bootstrap heimdall

Source
npmnpm
Version
5.0.1
Version published
Weekly downloads
1
-96.15%
Maintainers
2
Weekly downloads
 
Created
Source

heimdall-server

Spin up and bootstrap Heimdall

npm install -g @hyperdivision/heimdall-server

Usage

heimdall-server --bootstrap 'word1 word2 word3'

To setup a custom operation first clone the operation and npm install it

git clone my-custom-operation
cd my-custom-operation
npm install
cd ..

Then simply pass it to heimdall-server

heimdall-server -o ./my-custom-operation --bootstrap 'word1 word2 word3'

That is it!

License

MIT

FAQs

Package last updated on 07 Feb 2022

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