fdback.common

1.0.4 • Public • Published

fdback.Common Library

Installation and Usage

Create Node Application

mkdir fdback.tests
cd fdback.tests
npm init

Install Dependencies

Install Dependencies for Logging

npm install bunyan bunyan-rotating-file-stream

Install fdback.Common library

npm install fdback.common --registry https://Anc9gY3ZsFsG96zyyaHP@repo.fury.io/rayburks/  

Usage

Create a script index.js with the following content:

'use strict';
 
var fdbackcommonlib = require('fdback.common');
let logger = new fdbackcommonlib.Logger();
logger.info('Hello World');

Run script

node index.js

Readme

Keywords

Package Sidebar

Install

npm i fdback.common

Weekly Downloads

0

Version

1.0.4

License

ISC

Last publish

Collaborators

  • rayburks