npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nada-js

v0.0.1

Published

[![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.sh

Downloads

5

Readme

NadaJS

A Library that does nothing in or for your project

nadaJS version license: MIT

Typescript version npm Version build: passing code style: prettier

Motivation

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 it done, and by 'it', we mean - nothing.

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