Designer Devtools
Devtools is a collection of utilities that help you customize and streamline development in your project.
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.