Skip to main content

Designer Devtools

Designer Devtools is a collection of utilities that supports everyday development work in ADITO projects. Use it to set up project tooling, generate supporting files, and automate recurring technical tasks around local development and system configuration.

Installation

Devtools is published as an NPM package. You can browse the package in the platform package registry.

To install this dependency, you need the @aditosoftware scope in your .npmrc file:

.npmrc
@aditosoftware:registry=https://gitlab.adito.de/api/v4/packages/npm/

Afterwards, install devtools as a development dependency:

npm install @aditosoftware/devtools --save-dev
tip

Install devtools only as a devDependency. It is not required in production.

Tools and usage

Devtools provides several tools to customize and support your project. The following sections describe each of them in detail.