sector-f / fabric

Calculates the total weight of a piece of fabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fabric

Calculates the total weight of a piece of fabric

> fabric -h
Usage of fabric:
  -l float
        Length of fabric in yards
  -t float
        Weight of fabric in oz. per square yard
  -w float
        Width of fabric in inches
> fabric -l 3 -w 60 -t 12
60.00 oz. (3.75 lbs.)

About

Calculates the total weight of a piece of fabric

License:MIT License


Languages

Language:Go 100.0%