An open API service indexing awesome lists of open source software.

https://github.com/zaadevofc/print-line

@zaadevofc/print-line
https://github.com/zaadevofc/print-line

cli line node print

Last synced: 3 months ago
JSON representation

@zaadevofc/print-line

Awesome Lists containing this project

README

        

## @zaadevofc/print-line

## Installation

Install with npm:

```js
$ npm install @zaadevofc/print-line
```

With require:

```js
const printLine = require("@zaadevofc/print-line");
```

#### Example :

![Example Image](https://github.com/zaadevofc/print-line/blob/e3c2790820bd27aa48c4dba69a21e9d9a7eca16e/result.jpg)

see [example.js](https://github.com/zaadevofc/print-line/blob/master/example.js) for details.

## Testing

Install dependencies:

```
npm install
```

Run tests:

```
npm run test
```

## License

Code released under the [Apache](LICENSE).