UNPKG

@o3r/apis-manager

Version:

This module provides services to help you communicate with your APIs. Its responsibility is to provide an API configuration to a service factory so that it could instantiate an API with the right configurations. It contains a default configuration and a m

37 lines (36 loc) 993 B
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "ngAddSchematicsSchema", "title": "Add Otter library", "description": "ngAdd Otter library", "properties": { "projectName": { "type": "string", "description": "Project name", "$default": { "$source": "projectName" }, "alias": "project" }, "skipLinter": { "type": "boolean", "description": "Skip the linter process which includes EsLint and EditorConfig rules applying", "default": false }, "skipInstall": { "type": "boolean", "description": "Skip the install process", "default": true }, "exactO3rVersion": { "type": "boolean", "description": "Use a pinned version for otter packages" }, "skipCodeSample": { "type": "boolean", "description": "Skip the code sample generated in application to register the ApiManager (which is relying on FetchApiClient)" } }, "required": [ ] }