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

ds-api-canvas-sits-reports

v0.1.1

Published

A [Node.js](https://nodejs.org/) project written in [Typescript](https://www.typescriptlang.org/), including [XO](https://github.com/xojs/xo) and [Prettier](https://prettier.io/) triggered by a pre-commit hook.

Downloads

2

Readme

ds-app-blueberries

A Node.js project written in Typescript, including XO and Prettier triggered by a pre-commit hook.

Purpose

Use this section to detail the purpose of the application. Try to provide sufficient context so that any developer understands what the application does and why it is needed.

Tech Summary

This section can be used to provide an overview of the main technologies this application uses in order to work. Justifications for each can be detailed with architectural decision records.

Boundaries

This section should explain the limits of the application, i.e. what it is and is not for.

Roadmap

This section provides an opportunity to lay out the future direction of the application. This does not have to be comprehensive, but should give the reader an idea of the next likely features to be implemented.

Getting Started

Dependencies

Building The Application

This application can be built using the build script found in package.json.

Running Tests Locally

You can run tests locally by using the test script found in package.json. If you would like to run tests with coverage or in watch mode you can, respectively, run the test:coverage, test:watch scripts.

Running The Application Locally

Use this section to explain how to run this application locally, detailing any pre-requisite steps, local configuration etc, commands to execute, and any expected behaviour/output.

Deployment

Use this section to explain how this application is deployed, and to which environments.

Version Control

In the package.json file there is a version field, which must be updated if publishing this package.

Coding Standards

XO is a wrapper for ESLint that analyses source code and reports on all instances where the rules has been violated. Prettier is an opinionated code formatter. The configuration for both tools can be found in package.json.

Git Hooks

This application utilises Husky to add XO and Prettier to the pre-commit and pre-push hooks so they can process all staged/committed files automatically.

Further Documentation

Use this section to record any additional documentation relevant to the application. This could take the form of hyperlinks to a wiki, for example.

Architectural Decisions

A set of Architectural Decision Records (ADR) can be found in the doc/architecture/decisions/ directory. Please use adr-tools to record new decisions.

How To Contribute

Contributions to this application can be made by:

  • Writing new tests
  • Reviewing code
  • Improving the documentation. This can be in the form of:
    • Readme
    • Wiki
    • Diagrams
    • Architectural decision records

All source code changes should be submitted as pull requests.