UNPKG

pmac-cli

Version:

CLI tools for Project Management as Code (PMaC) - Standalone npm package with interactive backlog viewer

10 lines (8 loc) 199 B
#!/usr/bin/env node /** * PMaC CLI - Entry Point * * Official CLI tool for Project Management as Code methodology * Learn more: https://github.com/andersonjc/pmac */ import('../lib/pmac.js');