0.0.7 • Published 6 years ago

message-logger v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

��# pg-accessor Build Status NPM URL

message-logger is a handy Node.js CLI package to log all the inline messages in the console. Much similar to console.log function.

The getter and setter functions are built using the amazing pg-promise package for async data management. Please refer to its documentation if you want to know more about the pg-promise functions generated by this package.

Table of Contents

Installation

# For easiest use, install in global:
npm install -g message-logger 
# Usage: printMsg("any content")

# Local installation (relative path required):
npm install message-logger 
# Usage: printMsg("any content")

Usage

The usage is pretty simple,

  • printMsg("any content")

Notes : 1. Some notes here

The config.js file

config.js : any configurable items or settings goes here.

Contributing

If you are a developer trying to contribute to this project, please follow these steps: 1. Fork and Clone the repository. 2. Run npm install. 3. Run npm start <command> or ./index.js <command> to see if it runs without errors. 4. Tests can be performed by running npm test

Please refer Contribution Guidelines for more information.

Contact

Email : meetdeepaksri@gmail.com LinkedIn : www.linkedin.com/in/deepak-n-design-analyst-b7a275119

License

MIT

0.0.7

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago