Socket
Socket
Sign inDemoInstall

disk-calc

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    disk-calc

Hard disk calculation. Easy to calculate integer hard disk partition.


Version published
Weekly downloads
5
increased by150%
Maintainers
1
Install size
253 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 16 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc