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
- Host: GitHub
- URL: https://github.com/zaadevofc/print-line
- Owner: zaadevofc
- Created: 2022-11-18T07:43:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T08:11:17.000Z (over 2 years ago)
- Last Synced: 2025-04-11T18:03:11.971Z (3 months ago)
- Topics: cli, line, node, print
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@zaadevofc/print-line
- Size: 95.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :

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).