@soft-stech/bootsman-addons
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

@soft-stech/bootsman-addons

bootsman-addons models.

Installation

Install with npm.

npm install @soft-stech/bootsman-addons

Build

Create .env file.

GITLAB_URL=https://git.stsoft.team
GITLAB_TOKEN=<your gitlab key>
GITLAB_PROJECT_ID="1404"

Run pnpm run build

Usage

import { IBillingPluginServerSchema } from "@soft-stech/bootsman-addons/configuration.bootsman.tech/v1alpha1/BillingPluginServer.schema";
import { billingPluginServerBase } from "@soft-stech/bootsman-addons/configuration.bootsman.tech/v1alpha1/BillingPluginServer.base";
import { allDefaults } from "@soft-stech/bootsman-addons/configuration.bootsman.tech/v1alpha1/all.base";

const result = IBillingPluginServerSchema.safeParse(billingPluginServerBase);

console.log({ result });

Package Sidebar

Install

npm i @soft-stech/bootsman-addons

Weekly Downloads

50

Version

0.2.2

License

MIT

Unpacked Size

2.02 MB

Total Files

445

Last publish

Collaborators

  • cogors
  • nulled06
  • maxgorovenko