1.2.10 • Published 4 years ago

@alu0101254487/addlogging v1.2.10

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

NPM Version NPM License

addLogging

A minimal node module providing utility methods to add logging message to a given JavaScript function.

Installation

Locally

  npm install @alu0101254487/addlogging

Globally

  npm install -g @alu0101254487/addlogging

Usage

 const test = require('@alu0101254487/addlogging');
 const input = 
 `function foo(a, b) {
    var x = 'blah';
  }`;
 test.addLogging(input);
add-logging <input> [options]

Práctica npm Module

Options:
  -V, --version            output the version number
  -o, --output <filename>  Output file of the program
  -p, --pattern <pattern>  Pattern used
  -h, --help               display help for command

Tests

   npm test

Contributing

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.

Release History

  • 1.0.0 Initial release
  • 1.1.0 Executable functionality
  • 1.2.0 Pattern added
  • 1.2.1 Documentation
  • 1.2.2 Bug fixes
1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.9

4 years ago

1.2.10

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago