node: started

This commit is contained in:
rkiel
2019-07-13 15:31:43 -04:00
parent cfafb5d694
commit fe909bf44f
5 changed files with 109 additions and 0 deletions

8
bin/creature Executable file
View 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);