UNPKG

@gauntface/cli

Version:

A CLI tool to help with repetitive tasks.

7 lines (5 loc) 187 B
const { program } = require('commander'); program .version('0.0.1') .command('deploy-static-site <flags>', 'Deploy a static site to an AWS S3 bucket'); program.parse(process.argv);