UNPKG

run-project-commands

Version:

A powerful CLI toolkit for developers to run, manage, and automate project commands across JavaScript/TypeScript projects with task automation and workflow management

7 lines (6 loc) 213 B
// Configuration constants for commands export const CONFIG = { minNodeVersion: 'v16.0.0', packageName: 'run-project-commands', githubRepoUrl: 'https://github.com/AdarshHatkar/run-project-commands' };