0.3.0 • Published 8 years ago

clie-telemetry-bin v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

clie-telemetry-bin

Executable wrapper for clie incorporating telemetry events and logs.

Example bin/cli.js for your clie app

#!/usr/bin/env node
"use strict";

var bin = require('clie-telemetry-bin');
var path = require('path');
var pkg = require('../package.json');

var commandsDirectory = path.normalize(path.join(__dirname, '..', 'commands'));

bin(pkg, commandsDirectory);
0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

9 years ago