npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@hyperdivision/heimdall-server

5.0.6

@mafintosh

npmHomeRepoSnykSocket
Downloads:576
$ npm install @hyperdivision/heimdall-server
DailyWeeklyMonthlyYearly

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