1.0.7 • Published 3 years ago

hexamaps-cli v1.0.7

Weekly downloads
2
License
BSD-4-Clause
Repository
github
Last release
3 years ago

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:

1.0.2

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago