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

@abhisekp/test-npm-app

v0.0.25

Published

this is a very short single line description of the package matching the description in the package.json file and github short repo description with not more than 120 characters

Downloads

31

Readme

:crown: test-npm-app :crown:

this is a very short single line description of the package matching the description in the package.json file and github short repo description with not more than 120 characters

  • Must be less than 120 characters.
  • Must start with >
  • Must be on it's own line.
  • Must match the description in the packager manager's description field.
  • Must match GitHub's description (if on GitHub).

(optional) A very long description of the package with a not so long sentence. It may extend to 2-3 paragraphs

Covers the main reasons for building the repository

"This should describe your module in broad terms, generally in just a few paragraphs; more detail of the module's routines or methods, lengthy code examples, or other in-depth material should be given in subsequent sections.

Ideally, someone who's slightly familiar with your module should be able to refresh their memory without hitting "page down". As your reader continues through the document, they should receive a progressively greater amount of knowledge."

:checkered_flag: Table of Contents

Must be at least 3 level deep i.e. capture atleast upto heading 1, 2 and 3.

:cop: Security

(optional) Add any security vulnerability relevant data if applicable

:briefcase: Background

  • Cover motivation if not already specified in "Long Description".
  • Cover abstract dependencies.
  • Cover intellectual provenance: A See also section is also fitting.

:cloud: Installation

$ npm install --global test-npm-app-cli # npm i -g test-npm-app-cli
$ npm install --save test-npm-app # npm i -S test-npm-app

:link: Dependencies

(optional) A brief description of notable dependent packages

:satellite: Updating

(optional) How to update and update instructions

  • Link to prerequisite sites for language. [npmjs][], [godocs][], etc.
  • Include any system-specific information needed for Installation.
  • Subsection for dependencies needed for install to work.

:rocket: Usage

import testNpmApp from 'test-npm-app'

// OR

var testNpmApp = require('test-npm-app');

:computer: CLI

$ test-npm-app --options --flags --help

asciicast

:nut_and_bolt: Extras

  • Include background info if not specified in background section
  • Include security related info if not specified in security section

:loop: API

Describe exported functions and objects.

  • Describe signatures, return types, callbacks, and events.
  • Cover types covered where not obvious.
  • Describe caveats.
  • If using an external API generator (like go-doc, js-doc, or so on), point to an external API.md file. This can be the only item in the section, if present.

:speedboat: Examples

List of examples

:busts_in_silhouette: Contribute

  • State where users can ask questions.
  • State whether PRs are accepted.
  • List any requirements for contributing; for instance, having a sign-off on commits.
  • Link to CONTRIBUTE.md file -- if there is one.
  • Link to the GitHub issues.
  • :bowtie: Link to Code of Conduct. This is often in Contribute, or organization wide, so may not be necessary for each module.

:hospital: Help & Support

Add links for getting help and support about this project.

:family: Contributors

This project follows the all-contributors specification.

:trophy: Sponsors

List of sponsors

Sponsoring mediums such as Patreon, etc.

:memo: License

MIT © Abhisek Pattnaik

LICENSE

:two_hearts: Related Projects

List of related projects

:ghost: Author