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

al3x-pkg-test2

v0.0.0

Published

description for al3x-pkg-test1 package

Downloads

10

Readme

IMPORTANT❗❗

👀 READ BEFORE STARTING TO WORK WITH THIS TEMPLATE

About this Template

Use this template to quickly create an NPM package.

Please review and complete the following checklist in order to get started:

  • [ ] Find all occurrences of al3x-pkg-test1 in your project created from the template and replace it with your package name. Make sure your package name follows the package name guidelines.

  • [ ] Make sure your package.json file is correctly configured. Check that fields name, description, keywords, repository, bugs and others are according with what the project needs.

  • [ ] In the file jest.config.json you can find an example of how you can set the coverage paths that will be ignored (line # 5). Configure your custom paths or delete that line of code.

  • [ ] Make sure that the files .gitignore, .eslintignore and .eslintrc.js meet the needs of the project.

  • [ ] You can find some examples of code in folders ./lib and ./tests. Check the folder structure, naming files/folders, among others. Then, create your folders and files. Finally, DELETE unused files/folders.

  • [ ] Update this README file with the real information about this new package. Be sure to DELETE this section.

Helpful Links

---------------- DELETE THE PREVIOUS LINES ----------------

al3x-pkg-test1

Table of Contents

Overview (or Why)

Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here.

Other highlights could be:

  • Why you used the technologies you used
  • Some of the challenges you faced and features you hope to implement in the future

Quick Start

Install

Using npm:

npm install my-package

Usage

/*
 * Use examples liberally, and show the expected output if you can. 
 * It's helpful to have inline the smallest example of usage that you can demonstrate, 
 * while providing links to more sophisticated examples included in this README file or other sources.
 * 
 */

How to run locally

Prerequisites

Installation

Install dependencies

npm i

Fill environment variables

Provide instructions and examples with KEY and possible VALUES for environment variables.

Run locally

Provide instructions and examples so users/devs can use the package.

// Use examples liberally 

Run unit test and coverage

Run

npm test

To run code coverage use

npm run coverage

Contributors