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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@appneural/plugin-convert

v0.0.6

Published

Unit and format conversion helpers.

Readme

APPNEURAL Convert Plugin

NPM: @appneural/plugin-convert
Folder: appneural-plugin-convert

Overview

All major unit, measurement, numeric, and currency converters for quick CLI reference.

Installation

npm install @appneural/plugin-convert

Usage Example

appneural tools convert length --value 100 --from cm --to m

Commands Table

| Command | Description | | --- | --- | | convert length | Convert between meters, centimeters, kilometers, and millimeters | | convert area | Convert between square meters, square centimeters, square kilometers, and square feet | | convert weight | Convert between grams, kilograms, milligrams, and pounds | | convert volume | Convert between liters, milliliters, cubic centimeters, and cubic feet | | convert temperature | Convert between Celsius, Fahrenheit, and Kelvin | | convert speed | Convert between meters per second, kilometers per hour, and miles per hour | | convert time | Convert between seconds, minutes, hours, and days | | convert digital | Convert between bits, bytes, KB, MB, and GB | | convert currency | Mock currency conversions among USD, INR, and EUR | | convert angle | Convert between degrees and radians | | convert frequency | Convert between Hz, kHz, MHz, and GHz | | convert power | Convert between watts, kilowatts, and megawatts | | convert pressure | Convert between Pascals, kilopascals, and bar | | convert energy | Convert between joules, kilojoules, megajoules, and calories | | convert roman-to-number | Parse Roman numerals into integers | | convert number-to-roman | Render integers as Roman numerals |

Examples

  1. appneural tools convert length --value 150 --from cm --to m
  2. appneural tools convert area --value 2 --from km2 --to m2
  3. appneural tools convert weight --value 500 --from g --to lb
  4. appneural tools convert volume --value 3 --from l --to ft3
  5. appneural tools convert temperature --value 25 --unit C --to F
  6. appneural tools convert speed --value 20 --from km/h --to m/s
  7. appneural tools convert time --value 3600 --from sec --to hr
  8. appneural tools convert digital --value 1 --from gb --to mb
  9. appneural tools convert currency --value 100 --from USD --to INR
  10. appneural tools convert angle --value 180 --from deg --to rad
  11. appneural tools convert frequency --value 440 --from hz --to khz
  12. appneural tools convert power --value 5 --from kw --to w
  13. appneural tools convert pressure --value 1 --from bar --to kpa
  14. appneural tools convert energy --value 100000 --from j --to cal
  15. appneural tools convert roman-to-number --roman MCMLXXXIV
  16. appneural tools convert number-to-roman 2024