asset-pipe / common

Common utilities and tools for Asset Pipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asset Pipe Common

This package contains common utilities and schemas

APIs

schemas

assets

const { schemas } = require('@asset-pipe/common');

const { error, value } = schemas.assets({
    organisation: 'my-org',
    name: 'my-app',
    version: '1.0.0',
    server: 'http://asset-server',
});

About

Common utilities and tools for Asset Pipe


Languages

Language:JavaScript 100.0%