1.2.9 • Published 3 years ago

cli-boot v1.2.9

Weekly downloads
35
License
MIT
Repository
github
Last release
3 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

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago