Skip to content

mkcert.dev

A simple zero-config tool to make locally trusted development certificates with any names you'd like.

Package Information

  • Domain: mkcert.dev
  • Name: mkcert.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install mkcert

Programs

This package provides the following executable programs:

  • mkcert

Aliases

This package can also be accessed using these aliases:

  • mkcert

Available Versions

Show all 1 versions
  • 1.4.4

Latest Version: 1.4.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +mkcert.dev@1.4.4 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.mkcertdev

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.