node: started
This commit is contained in:
8
bin/creature
Executable file
8
bin/creature
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const commander = require("commander");
|
||||
const program = new commander.Command();
|
||||
|
||||
program
|
||||
.command("start feature-words", "start a new feature")
|
||||
.parse(process.argv);
|
||||
Reference in New Issue
Block a user