Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regestaitalia/trm-client
TRM (Transport Request Manager) Client
https://github.com/regestaitalia/trm-client
cli client trm
Last synced: about 1 month ago
JSON representation
TRM (Transport Request Manager) Client
- Host: GitHub
- URL: https://github.com/regestaitalia/trm-client
- Owner: RegestaItalia
- License: mit
- Created: 2023-11-19T19:43:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T19:52:14.000Z (9 months ago)
- Last Synced: 2024-03-24T22:22:53.968Z (8 months ago)
- Topics: cli, client, trm
- Language: TypeScript
- Homepage: https://trmregistry.com
- Size: 126 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-1.3.0-4baaaa.svg)](https://github.com/RegestaItalia/trm-docs/blob/main/CODE_OF_CONDUCT.md)
[![trm-client License](https://img.shields.io/github/license/RegestaItalia/trm-client)](https://github.com/RegestaItalia/trm-client)
[![trm-client Latest version](https://img.shields.io/npm/v/trm-client)](https://www.npmjs.com/package/trm-client)
[![trm-client Installs](https://img.shields.io/npm/dt/trm-client)](https://www.npmjs.com/package/trm-client)This is the official CLI implementation of the core functionalities of TRM.
TRM is a software designed to make transports between SAP ECC/S4 systems easy.
To find out more about TRM, visit its full [documentation](https://docs.trmregistry.com).
# Documentation
Full documentation can be seen at [https://docs.trmregistry.com](https://docs.trmregistry.com).
- [Setup](/docs/setup.md)
- [Commands](/docs/commands.md)
- [Installing your first package](/docs/examples/install.md)
- [Publishing your first package](/docs/examples/publish.md)
- [Integrate with abapGit & Github Actions](/docs/examples/githubActions.md)## Install
First, make sure you have all the [requirements installed](/docs/setup.md#trm-client-requirements).
You can then install the CLI via npm:
`npm install trm-client -g`
## Commands
List of all commands is available [here](/docs/commands.md).
### Demo publish
### Demo install
# Contributing
Like every other TRM open-soruce projects, contributions are always welcomed ❤️.
Make sure to open an issue first.
Contributions will be merged upon approval.
[Click here](https://docs.trmregistry.com/#/CONTRIBUTING) for the full list of TRM contribution guidelines.