1.1.5 • Published 6 years ago

console-print-frame v1.1.5

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

Description

Console Frame Print is a small and simple package that prints your input to the console, after surrounding it with a frame of asterisks (*). The length of the frame scale dynamically with the length of the input string, and there is basic error catching to inform the user of a syntax error.

Pictures

  • Command Line Test Usage

    CLI Test Usage

  • Importing and Using

    Project Usage

Installation

Add the NPM package to your project by running npm i console-frame-print.

Usage

To make use of the FramePrint function, import the function to your file by binding it to a variable after installation:

  • Using ES5:
    const framePrint = require('console-frame-print);

Author

Drowsy Dev

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago