Práctica npm Module
npm install @alu0101254487/addlogging

addLogging
=========
A minimal node module providing utility methods to add logging message to a given JavaScript function.
shell
npm install @alu0101254487/addlogging
`$3
`shell
npm install -g @alu0101254487/addlogging
`Usage
`js
const test = require('@alu0101254487/addlogging');
const input =
function foo(a, b) {;
test.addLogging(input);
``console
add-logging [options]Práctica npm Module
Options:
-V, --version output the version number
-o, --output Output file of the program
-p, --pattern Pattern used
-h, --help display help for command
`Tests
`shell
npm test
``In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.
* 1.0.0 Initial release
* 1.1.0 Executable functionality
* 1.2.0 Pattern added
* 1.2.1 Documentation
* 1.2.2 Bug fixes