https://github.com/ba-st/launchpad
A command-line interface to start, list, and explain the applications available within the image
https://github.com/ba-st/launchpad
pharo smalltalk
Last synced: 2 months ago
JSON representation
A command-line interface to start, list, and explain the applications available within the image
- Host: GitHub
- URL: https://github.com/ba-st/launchpad
- Owner: ba-st
- License: mit
- Created: 2019-12-26T13:27:54.000Z (over 5 years ago)
- Default Branch: release-candidate
- Last Pushed: 2025-04-11T18:14:26.000Z (3 months ago)
- Last Synced: 2025-04-15T21:52:22.897Z (2 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 426 KB
- Stars: 16
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Launchpad

A command-line interface to start, list, and explain the applications available
within the image.[](https://github.com/ba-st/Launchpad/actions/workflows/unit-tests.yml)
[](https://github.com/ba-st/Launchpad/actions/workflows/unit-tests-gs64.yml)
[](https://github.com/ba-st/Launchpad/actions/workflows/docker-tests.yml)
[](https://github.com/ba-st/Launchpad/actions/workflows/docker-tests-gs64.yml)
[](https://codecov.io/gh/ba-st/Launchpad/branch/release-candidate)[](https://github.com/ba-st/Launchpad/actions/workflows/loading-groups.yml)
[](https://github.com/ba-st/Launchpad/actions/workflows/loading-gs64-components.yml)
[](https://github.com/ba-st/Launchpad/actions/workflows/markdown-lint.yml)
[](https://github.com/ba-st/Stargate/actions/workflows/shellcheck.yml)[](https://github.com/ba-st/Launchpad/actions/workflows/docker-build.yml)
[](https://github.com/ba-st/Launchpad/actions/workflows/docker-build-gs64.yml)[](https://github.com/ba-st/Launchpad/releases/latest)
[](https://pharo.org)
[](https://pharo.org)[](https://gemtalksystems.com/products/gs64/)
[](https://gemtalksystems.com/products/gs64/)## Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/ba-st/Launchpad/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/Launchpad/issues/new?labels=Type%3A+Feature)Launchpad provides abstractions to architect your application:
- Configuration parameters (mandatory, optional, and sensitive)
- Command-line arguments, environment variables, or settings file configuration providers.
- Inline help
- Textual and binary stack trace generation## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Installation
To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)
---
> *Icons by [Icons8](https://icons8.com/icon/63775/launchpad)*