Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silicakes/nada-js

A Library that does nothing
https://github.com/silicakes/nada-js

javascript jest nothing typescript

Last synced: about 2 months ago
JSON representation

A Library that does nothing

Awesome Lists containing this project

README

        

## NadaJS
### A Library that does nothing in or for your project

[![nadaJS version](https://img.shields.io/badge/dynamic/json.svg?label=version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsilicakes%2Fnada-js%2Fmaster%2Fpackage.json&query=version)](https://www.npmjs.com/package/nada-js)
[![license: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://www.npmjs.com/package/nada-js)

[![Typescript version](https://img.shields.io/badge/Typescript-3.5.1-blue.svg)](https://www.npmjs.com/package/nada-js)
[![npm Version](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/nada-js)
[![build: passing](https://img.shields.io/badge/'build'-passing-brightgreen.svg)](https://www.npmjs.com/package/nada-js)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

### Motivation
Part satire and part thought experiment - I've made a library that aims to do nothing.
For the time being, one might argue that it does something and it seems that the concept of nothing is as elusive as anything else.

### Introduction
In the ever-expanding world of javascript - many libraries, frameworks and tools are constantly created and recreated.
Most of these technologies promise to solve all sorts of problems and try their best to deliver.
Whenever they fail, competing solutions are made up.
Choosing the right solution to the right problem, then becomes tedious, time consuming and more than often - frustrating.

NadaJS gives a single guarantee: Aside from taking space, it will do absolutely nothing.
No matter what kind of project, architecture or constraints you might have, nadaJS always gets nothing done.

No matter what similar technologies will be developed - they will either fail to keep nadaJS's fundamental guarantee, or address it in the exact same way.

### Usage

```
yarn add nada-js
```

or use npm

```
npm i nada-js -S
```

```
import * from 'nada-js'
// and voilà!
```

### Architecture
- [NOT READY] The underlying tech is covered with a robust, cloud based CI powered by a test-suite that guarantees it will always do nothing.
- It's written with the recent and most up to date javascript standards, fully typed with Typescript
- Supports object-oriented, procedural and functional programming paradigms

### Contributing
NadaJS is currently in its infancy.
There's much to be done until we'll reach a full and stable implementation (AKA v1.0.0).
If you see a place for improvement, please open an issue or submit a PR.

### TODO
- add CI/CD
- containerize
- discover better ways to do nothing