# smart-print-js

> Javascript write method

Latest version **1.0.0** (published 2020-07-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install smart-print-js
pnpm add smart-print-js
yarn add smart-print-js
bun add smart-print-js
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-07-08 |
| First published | 2020-07-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 568 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Giceha Junior |
| Maintainers | gicehajunior |

## Links

- npm: https://www.npmjs.com/package/smart-print-js
- Repository: https://github.com/Gicehajunior/Smart-Print-Js-Package
- Homepage: https://github.com/Gicehajunior/Smart-Print-Js-Package#readme
- Issues: https://github.com/Gicehajunior/Smart-Print-Js-Package/issues
- npm.io page: https://npm.io/package/smart-print-js

## Recent versions

- 1.0.0 (latest) — 2020-07-08

## README

# Smart-Print-Js.
A package to include in your project, acts same as console.log() in javascript.

# GET STARTED

## Installation
-Just do:
npm install smart-print-js

## Usage
-it acts the same as console.log()
-to use it on your project!

#require from the node modules of the downloaded package
const put = require("smart-print-js");

#to use: to print hello world
put("Hello World");

output: Hello World

---
_Source: https://npm.io/package/smart-print-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
