# npm-helloooworld

> Test for publishing library into npm.

Latest version **1.0.2** (published 2021-10-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install npm-helloooworld
pnpm add npm-helloooworld
yarn add npm-helloooworld
bun add npm-helloooworld
```

## 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.2 |
| Published | 2021-10-14 |
| First published | 2021-10-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | owl555 |

## Links

- npm: https://www.npmjs.com/package/npm-helloooworld
- Repository: https://github.com/fukugit/npm-helloworld
- Homepage: https://github.com/fukugit/npm-helloworld#readme
- Issues: https://github.com/fukugit/npm-helloworld/issues
- npm.io page: https://npm.io/package/npm-helloooworld

## Recent versions

- 1.0.2 (latest) — 2021-10-14
- 1.0.1 — 2021-10-02
- 1.0.0 — 2021-10-02

## README

# What is this?
This project is the only sample to publish the npm module in a public place. It can log only a simple message on the console.  

## Usage
```
const hello = require('npm-helloooworld');
hello.helloworld();
```

## Expected result
```
Hello npm!
```

## Note
This development note says the following three things:  

### To publish the npm module
After creating an npm module, you can execute the following to publish it.  
```
npm login
npm init
npm publish
```

### Update only README file
If you want to update a README file only, you can execute the following.  
```
npm version patch
npm publish
```

### Depulicated npm module name
After executing the ```npm publish```, if you get the below message, the same name npm module may exit in npm public storage.  
```
You do not have permission to publish "npm-helloworld". Are you logged in as the correct user?
```

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