hexamaps-cli v1.0.7
HexaMaps CLI
Is a command line interface that streamline hexamaps's addon creation.
Getting started
Install the CLI globally:
sudo npm install -g hexamaps-cliCreate your own addon by running:
hexamaps-cli init myAddonGive it a test run:
cd myAddon
hexamaps-cli runThat'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:
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago