1.2.9 • Published 4 years ago

cli-boot v1.2.9

Weekly downloads
35
License
MIT
Repository
github
Last release
4 years ago

code style downloads license npm version

cli-boot

simple wrapper for command line interfaces

usage

const app = require("./package.json");
const cli = require("cli-boot");

cli(app, {
  command: function() {
    if (arguments.length < 1) {
      return ["option1", "option2"];
    }

    console.log(`Got ${arguments}`);
  }
});
1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago