Sim Studio CLI allows you to run Sim Studio using Docker with a single command.
To install the Sim Studio CLI globally, use:
npm install -g simstudioTo start Sim Studio, simply run:
simstudio-p, --port <port>: Specify the port to run Sim Studio on (default: 3000).--no-pull: Skip pulling the latest Docker images.
- Docker must be installed and running on your machine.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the Apache-2.0 License.