Skip to content

render.com

Command-line interface for Render

Package Information

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

Installation

bash
# Install with launchpad
launchpad install render

Programs

This package provides the following executable programs:

  • render

Aliases

This package can also be accessed using these aliases:

  • render

Available Versions

Show all 6 versions
  • 0.1.11, 0.1.10, 0.1.9, 0.1.8, 0.1.7
  • 0.1.5

Latest Version: 0.1.11

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.rendercom

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.