task
A task runner / simpler Make alternative written in Go
Package Information
- Domain:
taskfile.dev - Name:
task - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install taskPrograms
This package provides the following executable programs:
task
Available Versions
Show all 32 versions
3.44.1,3.44.0,3.43.3,3.43.2,3.43.13.42.1,3.42.0,3.41.0,3.40.1,3.40.03.39.2,3.39.1,3.39.0,3.38.0,3.37.23.37.1,3.37.0,3.36.0,3.35.1,3.35.03.34.1,3.34.0,3.33.1,3.33.0,3.32.03.31.0,3.30.1,3.30.0,3.29.1,3.28.03.27.1,3.27.0
Latest Version: 3.44.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) task -- $SHELL -iUsage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.task
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.