@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-convertUsage Example
appneural tools convert length --value 100 --from cm --to mCommands 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
appneural tools convert length --value 150 --from cm --to mappneural tools convert area --value 2 --from km2 --to m2appneural tools convert weight --value 500 --from g --to lbappneural tools convert volume --value 3 --from l --to ft3appneural tools convert temperature --value 25 --unit C --to Fappneural tools convert speed --value 20 --from km/h --to m/sappneural tools convert time --value 3600 --from sec --to hrappneural tools convert digital --value 1 --from gb --to mbappneural tools convert currency --value 100 --from USD --to INRappneural tools convert angle --value 180 --from deg --to radappneural tools convert frequency --value 440 --from hz --to khzappneural tools convert power --value 5 --from kw --to wappneural tools convert pressure --value 1 --from bar --to kpaappneural tools convert energy --value 100000 --from j --to calappneural tools convert roman-to-number --roman MCMLXXXIVappneural tools convert number-to-roman 2024
