Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

disk-calc

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disk-calc

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

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 16 Jun 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc