Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# TRM

[![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.