https://github.com/ConstructFund/c3ide2-cli
A CLI for the C3IDE Framework and Editor
https://github.com/ConstructFund/c3ide2-cli
Last synced: 2 months ago
JSON representation
A CLI for the C3IDE Framework and Editor
- Host: GitHub
- URL: https://github.com/ConstructFund/c3ide2-cli
- Owner: ConstructFund
- Created: 2023-08-18T15:53:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T14:17:06.000Z (2 months ago)
- Last Synced: 2025-02-15T15:26:30.179Z (2 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-construct - C3IDE2-cli - C3IDE succesor framework. (Addon Development / Construct 3)
- trackawesomelist - \[ConstructFund\
README
### FOR SDK V2 SUPPORT, USE THE NEW ADDON FRAMEWORK
https://github.com/ConstructFund/construct-addon-wizard-scaffold# c3IDE2 Command Line Interface
## Usage
The CLI has an interactive mode, running the command will guide you through the creation of one of the addon-templates [plugin / behaviors / effects /theme ]
``` bash
c3ide2-cli-win.exe
```
---
you can also run the command with all the argument, to bypass the interactive mode
``` bash
c3ide2-cli-win.exe --type plugin --name my_plugin --author random_dude
```### Server
The c3ide-cli comes built in with a web server that can be used to serve multiple development addons at a time.
``` bash
c3ide2-cli-win.exe server
```This command will start a server in the current directory and search for all addon.json files. you can optionally pass a path argument to the server command to serve files from a specificed directory.
The server will assume that all addons exist in the current working directory (path) and follow the convention cwd/${addonFolder}/export/addon.json