Skip to content

projen.io

Rapidly build modern applications with advanced configuration management

Package Information

  • Domain: projen.io
  • Name: projen.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install projen

Programs

This package provides the following executable programs:

  • projen

Aliases

This package can also be accessed using these aliases:

  • projen

Available Versions

Show all 40 versions
  • 0.93.0, 0.92.12, 0.92.11, 0.92.10, 0.92.9
  • 0.92.8, 0.92.7, 0.92.6, 0.92.5, 0.92.4
  • 0.92.3, 0.92.2, 0.92.1, 0.92.0, 0.91.31
  • 0.91.30, 0.91.29, 0.91.28, 0.91.27, 0.91.26
  • 0.91.25, 0.91.24, 0.91.23, 0.91.22, 0.91.21
  • 0.91.20, 0.91.19, 0.91.18, 0.91.17, 0.91.16
  • 0.91.15, 0.91.14, 0.91.13, 0.91.12, 0.91.11
  • 0.91.10, 0.91.9, 0.91.8, 0.91.7, 0.91.6

Latest Version: 0.93.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +projen.io@0.93.0 -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org^22 || ^20 || ^18

These packages work well with projen.io:

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.projenio

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.