Socket
Book a DemoInstallSign in
Socket

@decentm/concourse-ts-resource-aptly-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@decentm/concourse-ts-resource-aptly-cli

`npm i --save-dev @decentm/concourse-ts @decentm/concourse-ts-resource-aptly-cli`

unpublished
latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

concourse-ts-resource-aptly-cli

Typed AptlyCli resource for concourse-ts

Installation

npm i --save-dev @decentm/concourse-ts @decentm/concourse-ts-resource-aptly-cli

yarn add -D @decentm/concourse-ts @decentm/concourse-ts-resource-aptly-cli

Usage

The AptlyCli resource is a typed class that extends the base Resource class. Therefore, it has the same properties. See the Resource documentation for details.

import {Type} from '@decentm/concourse-ts'
import {AptlyCliResource, AptlyCliResourceType} from '@decentm/concourse-ts-resource-aptly-cli'

export class CorpityCorpAptlyCli extends AptlyCliResource {
  constructor(name: string, init?: Type.Initer<CorpityCorpAptlyCli>) {
    super(name, new AptlyCliResourceType(/*...*/))

    // Set defaults here

    if (init) {
      init(this)
    }
  }
}

FAQs

Package last updated on 29 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts