UNPKG

@aws/cloudfront-hosting-toolkit

Version:

CloudFront Hosting Toolkit offers the convenience of a managed frontend hosting service while retaining full control over the hosting and deployment infrastructure to make it your own.

9 lines (5 loc) 160 B
'use strict' const commist = require('commist')() const help = require('./')() commist.register('help', help.toStdout) commist.parse(process.argv.splice(2))