1.0.2 • Published 7 years ago

disk-calc v1.0.2

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
7 years ago

disk-calc

Greenkeeper badge Build Status License Dependency Coverage Status Standard - JavaScript Style Guide

Hard disk calculation.

Easy to calculate integer hard disk partition.

NPM

disk-calc status

Installation

npm install -g disk-calc

Usage

$ disk-calc -h

  Usage: disk-calc [options] [command]


  Commands:

    usage|u [options]                  
    windows|win <disk_size> [hide_size]

  Hard disk calculation.

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Example

$ disk-calc usage             # Display the program steps in English.
$ disk-calc usage -c          # Display the program steps in Chinese.
$ disk-calc windows 10        # Calculate the size of the 10G partition
$ disk-calc windows 10g       # Calculate the size of the 10G partition
$ disk-calc windows 10G       # Calculate the size of the 10G partition
$ disk-calc windows 10GB      # Calculate the size of the 10G partition
$ disk-calc windows 10G 566M  # Calculate the size of the 10G partition + 566MB hidden partition sizes

License

The Apache License 2.0