Skip to content

coder.com

Tool for provisioning self-hosted development environments with Terraform

Package Information

  • Domain: coder.com
  • Name: coder.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install coder

Programs

This package provides the following executable programs:

  • coder

Aliases

This package can also be accessed using these aliases:

  • coder

Available Versions

Show all 69 versions
  • 2.23.1, 2.23.0, 2.22.1, 2.22.0, 2.21.3
  • 2.21.0, 2.20.3, 2.20.2, 2.20.1, 2.20.0
  • 2.19.1, 2.19.0, 2.18.5, 2.18.4, 2.18.3
  • 2.18.2, 2.18.1, 2.18.0, 2.17.3, 2.17.2
  • 2.17.0, 2.16.1, 2.16.0, 2.15.4, 2.15.3
  • 2.15.2, 2.15.1, 2.15.0, 2.14.4, 2.14.3
  • 2.14.2, 2.14.1, 2.14.0, 2.13.5, 2.13.4
  • 2.13.3, 2.13.2, 2.13.1, 2.13.0, 2.12.6
  • 2.12.5, 2.12.4, 2.12.3, 2.12.2, 2.12.1
  • 2.12.0, 2.11.4, 2.11.3, 2.11.2, 2.11.1
  • 2.11.0, 2.10.3, 2.10.2, 2.10.1, 2.10.0
  • 2.9.4, 2.9.3, 2.9.2, 2.9.1, 2.9.0
  • 2.8.5, 2.8.4, 2.8.3, 2.8.2, 2.8.1
  • 2.8.0, 2.7.3, 2.7.2, 2.6.1

Latest Version: 2.23.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +coder.com@2.23.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.codercom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.