0.0.14 • Published 5 years ago

@mesa-engine/cli v0.0.14

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@mesa-engine/cli

oclif Version Downloads/week License

Installation

$ npm install -g @mesa-engine/cli

Usage

Creating and running a new application

$ mesa new my-app
$ cd my-app
$ npm install
$ mesa run

Once the project has been generated, you can use the cli to create new components, systems, and blueprints.

For example, creating a position component:

$ mesa component position

Would create a PositionComponent class in the src/components folder.

If you wish to nest elements in sub-folders simply add slashes:

$ mesa component physics/velocity

Which would create a VelocityComponent class in src/components/physics/.

Commands

CommandDescription
new nameCreates a new mesa project
component nameCreates a new component
system nameCreates a new system
blueprint nameCreates a new blueprint
runBuilds and runs application

The "run" command will host your code and watch for any changes made. If change is detected it will rebuild and refresh the application.

At any point you can type the "help" command for details.

$ mesa help
...
$ mesa [command] --help
...
0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago