We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b840c commit 996df45Copy full SHA for 996df45
modbot.js
100644
100755
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env node
2
'use strict'
3
require('@iarna/cli')(main)
4
// These are yargs config for what goes on the commandline.
package.json
@@ -1,6 +1,7 @@
{
"name": "@iarna/modbot",
"version": "1.0.1",
+ "bin": "modbot.js",
5
"server": "modbot.js",
6
"dependencies": {
7
"@iarna/cli": "^2.0.2",
0 commit comments