{"id":18838940,"url":"https://github.com/nagyv/c3-addon-cli","last_synced_at":"2026-01-28T16:30:19.365Z","repository":{"id":57192287,"uuid":"175487112","full_name":"nagyv/c3-addon-cli","owner":"nagyv","description":"A set of commands to manage Construct 3 addon development","archived":false,"fork":false,"pushed_at":"2019-03-14T21:57:55.000Z","size":179,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T10:13:00.544Z","etag":null,"topics":["boilerplate","construct3","oclif","sao"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nagyv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-13T19:37:22.000Z","updated_at":"2024-03-13T17:45:28.000Z","dependencies_parsed_at":"2022-09-01T03:40:21.442Z","dependency_job_id":null,"html_url":"https://github.com/nagyv/c3-addon-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagyv%2Fc3-addon-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagyv%2Fc3-addon-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagyv%2Fc3-addon-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagyv%2Fc3-addon-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nagyv","download_url":"https://codeload.github.com/nagyv/c3-addon-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239598976,"owners_count":19665911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","construct3","oclif","sao"],"created_at":"2024-11-08T02:41:19.046Z","updated_at":"2026-01-28T16:30:19.318Z","avatar_url":"https://github.com/nagyv.png","language":"JavaScript","readme":"Construct 3 Addon CLI\n======================\n\nA set of commands to manage Construct 3 addon development\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/c3-addon-cli.svg)](https://npmjs.org/package/c3-addon-cli)\n[![Downloads/week](https://img.shields.io/npm/dw/c3-addon-cli.svg)](https://npmjs.org/package/c3-addon-cli)\n[![License](https://img.shields.io/npm/l/c3-addon-cli.svg)](https://github.com/nagyv/c3-addon-cli/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n* [Plans](#plans)\n* [License](#license)\n\u003c!-- tocstop --\u003e\n# Usage\n\nYou can use this addon as an npx script too. e.g. `npx c3-addon-cli addAction myShinyAction`\n\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g c3-addon-cli\n$ c3-addon-cli COMMAND\nrunning command...\n$ c3-addon-cli (-v|--version|version)\nc3-addon-cli/1.2.0 win32-x64 node-v10.15.0\n$ c3-addon-cli --help [COMMAND]\nUSAGE\n  $ c3-addon-cli COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`c3-addon-cli addAction ID`](#c3-addon-cli-addaction-id)\n* [`c3-addon-cli addCondition ID`](#c3-addon-cli-addcondition-id)\n* [`c3-addon-cli addExpression ID`](#c3-addon-cli-addexpression-id)\n* [`c3-addon-cli help [COMMAND]`](#c3-addon-cli-help-command)\n* [`c3-addon-cli init OUTDIR`](#c3-addon-cli-init-outdir)\n\n## `c3-addon-cli addAction ID`\n\nAdd new action\n\n```\nUSAGE\n  $ c3-addon-cli addAction ID\n\nARGUMENTS\n  ID  An identifier for the action. This will be the scriptName too.\n\nOPTIONS\n  -h, --isHighlighted  Is highlighted\n  --dryRun             Dry run. Don't write any changes to disk\n```\n\n_See code: [src\\commands\\addAction.js](https://github.com/nagyv/c3-addon-cli/blob/v1.2.0/src\\commands\\addAction.js)_\n\n## `c3-addon-cli addCondition ID`\n\nAdd new condition\n\n```\nUSAGE\n  $ c3-addon-cli addCondition ID\n\nARGUMENTS\n  ID  An identifier for the condition. This will be the scriptName too.\n\nOPTIONS\n  -h, --isHighlighted  Is highlighted\n  -i, --isInvertible   Is invertible\n  -t, --isTrigger      Is trigger\n  --dryRun             Dry run. Don't write any changes to disk\n```\n\n_See code: [src\\commands\\addCondition.js](https://github.com/nagyv/c3-addon-cli/blob/v1.2.0/src\\commands\\addCondition.js)_\n\n## `c3-addon-cli addExpression ID`\n\nAdd new expression\n\n```\nUSAGE\n  $ c3-addon-cli addExpression ID\n\nARGUMENTS\n  ID  An identifier for the expression. This will be the scriptName too.\n\nOPTIONS\n  --dryRun  Dry run. Don't write any changes to disk\n```\n\n_See code: [src\\commands\\addExpression.js](https://github.com/nagyv/c3-addon-cli/blob/v1.2.0/src\\commands\\addExpression.js)_\n\n## `c3-addon-cli help [COMMAND]`\n\ndisplay help for c3-addon-cli\n\n```\nUSAGE\n  $ c3-addon-cli help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src\\commands\\help.ts)_\n\n## `c3-addon-cli init OUTDIR`\n\nStart a new C3 plugin\n\n```\nUSAGE\n  $ c3-addon-cli init OUTDIR\n\nARGUMENTS\n  OUTDIR  The output directory for the new C3 plugin code\n```\n\n_See code: [src\\commands\\init.js](https://github.com/nagyv/c3-addon-cli/blob/v1.2.0/src\\commands\\init.js)_\n\u003c!-- commandsstop --\u003e\n\n# Plans\n\n1. Provide the cli functionality for behaviors and effects too\n\n# License\n\nMIT license. See LICENCE.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagyv%2Fc3-addon-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnagyv%2Fc3-addon-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagyv%2Fc3-addon-cli/lists"}