-
Couldn't load subscription status.
- Fork 30
Open
Description
example script:
#!/usr/bin/env node
const args = require('args')
args
.option('port', 'The port on which the app will be running', 3000)
.option('reload', 'Enable/disable livereloading')
.command('serve', 'Serve your static site', ['s'])
const flags = args.parse(process.argv)
node app serve
Metadata
Metadata
Assignees
Labels
No labels
