rad-modules-tools are set of tools that easily cooperate with rad-modules.
This repo is a monorepo which contains the rad-modules API clients:
- Clone the repo
- From your workspace root run
npm install, thennpm run bootstrapandnpm run build - Ensure you have a
rad-securityinstance running with default configuration npm run integration- run integration tests in each packagenpm run add -- <dependency> [--scope=<package-name>]- add<depencency>topackages/package-name. Ifscopeflag is ommited it addsdependencyto all packages.npm run format- run code formatternpm run lint- run linter analysisnpm run watch- build packages and watch for changes
This project is licensed under the terms of the MIT license.
