# @needless-org/needless-js

> ![Needless Badge](https://img.shields.io/badge/Needless-100%25-blue)

Latest version **6.8.11** (published 2023-09-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @needless-org/needless-js
pnpm add @needless-org/needless-js
yarn add @needless-org/needless-js
bun add @needless-org/needless-js
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 6.8.11 |
| Published | 2023-09-15 |
| First published | 2023-09-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yaroslav Romanenko |
| Maintainers | wallwhite |

## Links

- npm: https://www.npmjs.com/package/@needless-org/needless-js
- npm.io page: https://npm.io/package/@needless-org/needless-js

## Recent versions

- 6.8.11 (latest) — 2023-09-15
- 6.8.10 — 2023-09-15
- 6.8.9 — 2023-09-15
- 6.8.2 — 2023-09-15
- 6.7.14 — 2023-09-14
- 6.7.13 — 2023-09-14
- 6.7.12 — 2023-09-14
- 6.7.11 — 2023-09-14
- 6.5.9 — 2023-09-14
- 6.7.9 — 2023-09-14

## README

# Needless-JS 🙃

![Needless Badge](https://img.shields.io/badge/Needless-100%25-blue)

The JavaScript library you never asked for, never needed, and probably shouldn't use. But here we are!

## Introduction

Ever thought, "My project is running too efficiently, I wish there was a way to add some completely unnecessary code to it"? Look no further!

Introducing `needless-js`, the world's first and foremost pointless library. We bring the "Why?" into "Why is this even a thing?".

## Features

1. **Absolutely Useless**: Doesn't fix any problems because it doesn't know what problems are.
2. **Hilariously Redundant**: Why have one function when you can have ten doing the same thing?
3. **Zero Dependencies**: Mainly because no other library wants to be associated with us.
4. **Eco-friendly**: Uses 0% CPU because it does absolutely nothing.

## Installation

Why would you? But if you must:

```bash
npm install needless-js
``` 

## Usage

Here's a quick example:

```
import { doNothing, achieveNothing, pointlessLoop } from 'needless-js';

doNothing(); // Guess what this does?
achieveNothing(); // Still achieving nothing
pointlessLoop(); // Loops for no reason whatsoever
```


## FAQ
**Q**: What's the point of this library?
**A**: Exactly.

**Q**: Are there any updates planned?
**A**: We thought about it, but that seemed like too much effort for such a needless endeavor.

**Q**: I found a bug, where do I report it?
**A**: Congratulations on finding meaning in something so meaningless. But, no, we won't fix it.



## Contributions
Feel free to not contribute. But if you have too much time on your hands, sure, why not? Add more useless functions, or don't. We're not really bothered.

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