项目作者: WindomZ

项目描述 :
Hard disk calculation - Easy to calculate integer hard disk partition.
高级语言: JavaScript
项目地址: git://github.com/WindomZ/disk-calc.git
创建时间: 2017-05-27T15:37:41Z
项目社区:https://github.com/WindomZ/disk-calc

开源协议:MIT License

下载


  1. _______ __ _______. __ ___ ______ ___ __ ______
  2. | \ | | / || |/ / / | / \ | | / |
  3. | .--. || | | (----`| ' / ______| ,----' / ^ \ | | | ,----'
  4. | | | || | \ \ | < |______| | / /_\ \ | | | |
  5. | '--' || | .----) | | . \ | `----./ _____ \ | `----.| `----.
  6. |_______/ |__| |_______/ |__|\__\ \______/__/ \__\ |_______| \______|

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

Hard disk calculation.

Easy to calculate integer hard disk partition.

NPM

disk-calc
status

Installation

  1. npm install -g disk-calc

Usage

  1. $ disk-calc -h
  2. Usage: disk-calc [options] [command]
  3. Commands:
  4. usage|u [options]
  5. windows|win <disk_size> [hide_size]
  6. Hard disk calculation.
  7. Options:
  8. -h, --help output usage information
  9. -V, --version output the version number

Examples

  1. disk-calc usage # Display the program steps in English.
  2. disk-calc usage -c # Display the program steps in Chinese.
  3. disk-calc windows 10 # Calculate the size of the 10G partition
  4. disk-calc windows 10g # Calculate the size of the 10G partition
  5. disk-calc windows 10G # Calculate the size of the 10G partition
  6. disk-calc windows 10GB # Calculate the size of the 10G partition
  7. disk-calc windows 10G 566M # Calculate the size of the 10G partition + 566MB hidden partition sizes

Contributing

Welcome to pull requests, report bugs, suggest ideas and discuss disk-calc,
i would love to hear what you think about disk-calc on issues page.

If you like it then you can put a :star: on it.

License

MIT

FOSSA Status