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

monk-minal

v1.0.1

Published

terminal version of monkeytype

Downloads

20

Readme

Contributors Forks Stargazers Issues License

Table Of Contents

About The Project

Screen Shot Screen Shot Screen Shot

MonkeyType Terminal is a powerful, open-source typing practice tool designed specifically for the command-line interface. It offers an immersive and interactive way to improve your typing speed and accuracy right from your terminal.

Inspired by the popular web-based tool MonkeyType, this project strives to bring that same functionality to the terminal environment. With a straightforward and user-friendly interface, users can practice their typing skills anytime, regardless of their internet connectivity.

Whether you're a developer seeking to boost your coding speed, a writer looking to enhance your typing accuracy, or simply a computer user who wants to improve your keyboard skills, MonkeyType Terminal is the ideal tool for you.

It provides a variety of features, such as adjustable word lengths, adjustable typing duration, a progress tracker, and customizable typing challenges. The tool also provides instant feedback on your performance, highlighting errors for quick recognition and learning.

Experience the thrill of improving your typing skills with MonkeyType Terminal, a typing tool that combines productivity and fun in the most engaging way possible.

Built With

This project utilizes a range of powerful packages to create an engaging and interactive command line interface experience:

  • Boxen: For creating boxes in the terminal.
  • Center-Align: For center-aligning text in the terminal.
  • Chalk: For styling terminal string output with colors.
  • CLI-Alerts: For creating informative alerts in the terminal.
  • CLI-Cursor: For controlling the terminal cursor.
  • CLI-Handle-Error: For better error handling in CLI.
  • CLI-Handle-Unhandled: For catching unhandled errors and rejections.
  • CLI-Meow-Help: For creating attractive help screens.
  • CLI-Spinners: For displaying spinner animations in the terminal.
  • CLI-Welcome: For displaying a welcome message.
  • CLI-Width: For getting the terminal's width.
  • Enquirer: For creating stylish command line prompts.
  • Figlet: For creating ASCII Art from text.
  • Meow: For parsing CLI input.
  • Ora: For creating elegant terminal spinners.
  • Random-Words: For generating random words.
  • Readline: Built-in Node.js module for reading user input from the terminal.
  • Readline-Sync: For synchronous user input from the terminal.
  • Ruxe: For running external commands.
  • Strip-Ansi: For removing ANSI escape codes from text.
  • Word-Wrap: For wrapping text to a specified length.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/your_username_/Project-Name.git
  1. Install NPM packages
npm install
  1. Linking the package locally for testing
npm link
  1. Enter mnm to start type
mnm

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

  • Shikhar Gupta - IT student - Shikhar Gupta - own's this repo and every line to the last semi-colon.

Acknowledgements