🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

hexamaps-cli

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexamaps-cli

Command line interface for developing hexamaps' addons.

1.0.7
latest
Source
npm
Version published
Weekly downloads
8
33.33%
Maintainers
5
Weekly downloads
 
Created
Source

HexaMaps CLI

Is a command line interface that streamline hexamaps's addon creation.

Getting started

Install the CLI globally:

sudo npm install -g hexamaps-cli

Create your own addon by running:

hexamaps-cli init myAddon

Give it a test run:

cd myAddon
hexamaps-cli run

That's it, celebrate :beer:! and start implementing your addon :keyboard: :smoking:. You can refer to HexaMaps' documentation for the implementation part.

Commands

hexamaps CLI usage: hexamaps-cli <command> <args> --option values

commandargsdescription
initaddon nameCreate a new addon project
runRun the addon within HexaMaps
build-Build the addon
publish-Publish the addon to make it publicly available
authenticate-User authentication.

With :heart:

Keywords

cli

FAQs

Package last updated on 03 Nov 2021

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