hexamaps-cli
v1.0.7
Published
Command line interface for developing hexamaps' addons.
Downloads
7
Readme
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
| command | args | description |
|---------|------|-------------|
| init | addon name | Create a new addon project |
| run | | Run the addon within HexaMaps |
| build | - | Build the addon |
| publish | - | Publish the addon to make it publicly available |
| authenticate | - |User authentication. |
With :heart: