@youki_/omp-cli
v0.1.0
Published
A minimal CLI for scaffolding open.mp projects
Downloads
78
Readme
omp-cli
A minimal command-line tool for scaffolding open.mp gamemode projects.
Installation
npm install -g omp-cli
Usage
Create a new project
omp init
Generates a ready-to-compile open.mp project in a new directory named after <project-name>.
Project names may contain lowercase letters, numbers, hyphens, and underscores, and must start with a letter or number.
Generated structure:
/ ├── gamemodes/ │ └── main.pwn ├── filterscripts/ ├── components/ ├── scriptfiles/ ├── config.json ├── README.md ├── .gitignore └── LICENSE
Other commands
omp --version # print the installed version omp --help # show usage information
Roadmap
Version 0.1.0 intentionally covers only init, --version, and --help. These commands are planned for future releases and are not implemented yet:
omp buildomp runomp plugin addomp plugin removeomp updateomp doctoromp testomp docsomp config
Contributing
Contributions are welcome. See CONTRIBUTING.md for how to get started, CODE_OF_CONDUCT.md for community expectations, and docs/DECISIONS.md for the reasoning behind notable technical choices already made.
License
MIT — see LICENSE.
