1.2.0 • Published 3 years ago

@alu0101126692/addlogging v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

addLogging

==========

A library that provides a method that can introduce console logs in functions that prints information about it

Installation

npm install addlogging --save

Usage

moduleLoad = require('../index.js') add = moduleLoad.addLogging

add(stringWithJSCode)

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

  • 0.1.0 Initial release
  • 0.1.1 Added CI with github actions