1.4.4 • Published 3 months ago

@kapto/typesgenerate v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 months ago

1.4.3

3 months ago

1.4.2

3 months ago

1.4.1

3 months ago

1.4.0

3 months ago

1.3.4

3 months ago

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

3 months ago

1.3.0

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.1

3 months ago

1.2.0

3 months ago

1.1.0

3 months ago

1.0.2

3 months ago