https://github.com/cuba-platform/cuba-cli
CUBA Platform Development Command-Line Interface
https://github.com/cuba-platform/cuba-cli
cli cuba-cli cuba-platform generator scaffolding
Last synced: 11 months ago
JSON representation
CUBA Platform Development Command-Line Interface
- Host: GitHub
- URL: https://github.com/cuba-platform/cuba-cli
- Owner: cuba-platform
- License: apache-2.0
- Created: 2018-04-03T13:35:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T09:10:20.000Z (over 5 years ago)
- Last Synced: 2025-04-08T07:30:41.786Z (about 1 year ago)
- Topics: cli, cuba-cli, cuba-platform, generator, scaffolding
- Language: Kotlin
- Homepage: https://www.cuba-platform.com/marketplace/cuba-cli/
- Size: 3.53 MB
- Stars: 47
- Watchers: 14
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
The CUBA CLI makes it easy to create an application that already works, right out of the box.
## What you can do with CUBA-CLI ?
In a nutshell, cuba-cli is a command line utility that enables you to easily create projects based on CUBA Platform. Also, it provides the lightweight scaffolding of the main project artifacts: entities, screens, services, etc.
With this tool, you can use CUBA Platform without any additional proprietary tools. Just command line, framework and you.
Check out [Installation](https://github.com/cuba-platform/cuba-cli/wiki/Installation) and [Quick Start](https://github.com/cuba-platform/cuba-cli/wiki/Quick-Start) guides for further details.
## Contributing
In case something is missing, you could implement this and create a PR. See our [Contributing guide](https://github.com/cuba-platform/cuba-cli/blob/master/CONTRIBUTING.md).
Moreover, you can implement your own plugin for cuba-cli. Check [Custom templates](https://github.com/cuba-platform/cuba-cli/wiki/Custom-templates) and [Plugin development](https://github.com/cuba-platform/cuba-cli/wiki/Plugin-Development) pages.