Skip to content

cruft.github.io

Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of, and fully compatible with, CookieCutter.

Package Information

  • Domain: cruftgithub.io
  • Name: cruft.github.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install cruft

Programs

This package provides the following executable programs:

  • cruft

Aliases

This package can also be accessed using these aliases:

  • cruft

Available Versions

Show all 2 versions
  • 2.16.0, 2.15.0

Latest Version: 2.16.0

Install Specific Version

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

Dependencies

This package depends on:

  • python.org>=3.7<3.12
  • git-scm.org^2

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.cruftgithubio

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.