1.4.4 • Published 10 months ago

@kapto/typesgenerate v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Usage:

$ npx @kapto/typesgenerate --config-path=./types.config.json

In case you won't specify --config-path parameter please consider define types.config.json file in the root of the project.

Example of configuration File(types.config.json):

{
    "GENERATION_DIRECTORY": "../src/types/generated",
    "PUBLIC_DIRECTORY": "./public",
    "PUBLIC_ICONS_DIRECTORY": "./public/assets/icons",
    "SWAGGER_FILES_DIRECTORY": "../../API/Definition",
    "APIS": [
        {
            "id": "dashboard",
            "url": "DashboardService",
            "paths": {
                "base": "/plugin/dashboardmr"
            }
        }
    ]   
}
1.4.4

10 months ago

1.4.3

10 months ago

1.4.2

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.2

10 months ago