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

@harryhamlin/readme-generator

v1.0.4

Published

generates hi-qual readme

Downloads

9

Readme

Readme Generator

Description

This backend node application can be installed and executed to generate a professional Readme.md

Table of Contents

  1. Installation
  2. Usage
  3. Contributing
  4. Tests
  5. Questions

Installation

Users can utilize this app most easily and practically by using the node-package-manager to install this app in the parent directory of their project. Users can install it from their terminal using the following command:

npm i @harryhamlin/readme-generator

Once installed, this application can be used to generate a high-quality professional readme as described below.

Usage

User's can execute this application two ways. From the command line of the parent directory of node_modules, the user can use the following code in the terminal:

node node_modules/@harryhamlin/readme-generator

This will launch the program, guiding the user through a series of questions generating a high-quality readme:

The user can also include the exported function directly in their code by including the following code in a script file, and then executing that script file from the command line:

const createReadme = require('@harryhamlin/readme-generator'); createReadme

For a more detailed video walkthrough, please refer to this video

Contributing

github.com/harryhamlin

Tests

The code for this application is divided into two different script files, one entitled createReadme.js that contains the Inquirer code and the code executing the functions to generate the Readme.md. The other script file, entitled generateMarkdown.js contains the code that supplies the information for Licenses, Table of Contents, and creates all md content. All are published publicly to NPM.

Questions

For any questions, please reach out directly to [email protected].