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

mkrm

v1.1.0

Published

This is simple script to generate README file from template.

Downloads

6

Readme

image

About 📖

Command line (CLI) program that generates a readme file for your project. The readme file contains instructions for your project. The program is built using NodeJs. You install it globally on your computer and run it at the location of your project. It will then create a Readme file

Key Features ✨


  • There are ready-made templates for your project
  • Choosing a template depending on the type of project
  • Uses Emoji in instructions
  • easy to use by short command

Technologies Used 🤖


  • nodejs
  • npm or yarn

Getting Started 👨🏻‍💻


You can run the program via npm or by downloading this repository

Prerequisites

Before you begin, ensure you have met the following requirements:

  • nodejs

  • npm or yarn

Installation and Configuration 🎯

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository:
git clone https://github.com/qobulovasror/readme-generator.git
  1. Navigate to the project directory:
cd "readme-generator"
  1. Open code editor
npm i -g .

Installation using npm 🎯

  1. Install package:
npm i -g mkrm

or

npm install -g mkrm

or

yarn global add mkrm

Useing the program 🕹️

  1. You will go to the location of your project:
cd yourProject
  1. Run app
mkrm

Contributing 🤝


We welcome contributions from the community to improve the project. To contribute, follow these steps:

  1. Fork the repository: Click the "Fork" button in the upper-right corner of the repository's page on GitHub. This will create a copy of the repository in your GitHub account.

  2. Clone the forked repository:

    git clone https://github.com/qobulovasror/readme-generator.git
  3. Create a new branch:

    git checkout -b feature/new-feature

    Replace feature/new-feature with a descriptive branch name related to the feature or issue you're working on.

  4. **Make your changes: **Implement your changes and ensure they follow the project's coding style and guidelines.

  5. Commit your changes:

    git commit -m "Add new feature or fix issue"
  6. Push your changes to GitHub:

    git push origin feature/new-feature
  7. Create a Pull Request:Go to the GitHub page of your forked repository. Click on the "Compare & pull request" button next to your branch. Fill in the necessary details and submit the pull request.

  8. Review and address feedback:Your pull request will be reviewed by the project maintainers. Address any feedback or comments provided during the review process.

  9. **Merge your Pull Request:**Once your pull request has been approved and all checks pass, it will be merged into the main branch by a project maintainer.

Thank you for your contribution!

License 🧾

This project is licensed under the MIT License

You are free to:

  • Use the code for personal or commercial purposes.
  • Modify, distribute, and sublicense the code.

Under the following conditions:

  • You must include the original copyright notice in all copies or substantial portions of the software.

This project is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software

Conclusion 🔚

Congratulations! You've reached the end of the README file for our project 😊. We hope this documentation has provided you with all the necessary information to understand, install, and contribute to the project effectively.

If you have any questions, feedback, or suggestions, please don't hesitate to reach out to us. Your input is valuable and helps us improve the project for everyone.

Thank you for your interest and support in our project. Happy coding! 🎉