@yampp/yampp
v0.12.7
Published
Yet Another Modern Task Runner - Enterprise-grade concurrent task runner with SOLID architecture and native cross-platform shell execution
Downloads
5
Maintainers
Readme
@yampp/yampp
Core task runner package for Yampp.
For complete documentation, see the main project README.
Quick Install
# Global installation
pnpm add -g @yampp/yampp
# Verify installation
yampp --versionDocumentation
This package contains the core task runner. All documentation is maintained in the main repository:
- Main README - Project overview and quick start
- User Guide - Complete feature reference
- Architecture - Technical design and patterns
- Advanced Features - Deep dive into capabilities
- Migration Guide - Migrate from other tools
- API Reference - Programmatic usage
Quick Example
build {
echo "Building..."
npm run compile
}
test needs build {
npm test
}yampp build testDevelopment
# Build from source
pnpm install
pnpm run build
# Link globally for testing
pnpm link --globalLicense
MIT - see LICENSE for details.
