{"id":16296833,"url":"https://github.com/windomz/disk-calc","last_synced_at":"2025-03-20T04:31:36.506Z","repository":{"id":57212907,"uuid":"92607720","full_name":"WindomZ/disk-calc","owner":"WindomZ","description":"Hard disk calculation - Easy to calculate integer hard disk partition.","archived":false,"fork":false,"pushed_at":"2020-06-01T01:29:54.000Z","size":932,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T20:04:29.257Z","etag":null,"topics":["calculator","cli","disk-calc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WindomZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-27T15:37:41.000Z","updated_at":"2021-09-17T07:40:31.000Z","dependencies_parsed_at":"2022-08-24T21:01:27.824Z","dependency_job_id":null,"html_url":"https://github.com/WindomZ/disk-calc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fdisk-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fdisk-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fdisk-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fdisk-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WindomZ","download_url":"https://codeload.github.com/WindomZ/disk-calc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244052127,"owners_count":20390035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculator","cli","disk-calc"],"created_at":"2024-10-10T20:24:07.817Z","updated_at":"2025-03-20T04:31:36.174Z","avatar_url":"https://github.com/WindomZ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n\n _______   __       _______. __  ___          ______     ___       __        ______ \n|       \\ |  |     /       ||  |/  /         /      |   /   \\     |  |      /      |\n|  .--.  ||  |    |   (----`|  '  /   ______|  ,----'  /  ^  \\    |  |     |  ,----'\n|  |  |  ||  |     \\   \\    |    \u003c   |______|  |      /  /_\\  \\   |  |     |  |     \n|  '--'  ||  | .----)   |   |  .  \\         |  `----./  _____  \\  |  `----.|  `----.\n|_______/ |__| |_______/    |__|\\__\\         \\______/__/     \\__\\ |_______| \\______|\n                                                                                    \n\n```\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/WindomZ/disk-calc.svg)](https://greenkeeper.io/)\n[![Build Status](https://travis-ci.org/WindomZ/disk-calc.svg?branch=master)](https://travis-ci.org/WindomZ/disk-calc)\n[![Coverage Status](https://coveralls.io/repos/github/WindomZ/disk-calc/badge.svg?branch=dev)](https://coveralls.io/github/WindomZ/disk-calc?branch=dev)\n[![Dependency](https://david-dm.org/WindomZ/disk-calc.svg)](https://david-dm.org/WindomZ/disk-calc)\n[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FWindomZ%2Fdisk-calc.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FWindomZ%2Fdisk-calc?ref=badge_shield)\n\n\u003e Hard disk calculation. \n\n\u003e Easy to calculate integer hard disk partition.\n\n[![NPM](https://nodei.co/npm/disk-calc.png)](https://nodei.co/npm/disk-calc/)\n\n[![disk-calc](https://img.shields.io/npm/v/disk-calc.svg)](https://www.npmjs.com/package/disk-calc)\n[![status](https://img.shields.io/badge/status-stable-green.svg)](https://www.npmjs.com/package/disk-calc)\n\n## Installation\n\n```bash\nnpm install -g disk-calc\n```\n\n## Usage\n\n```bash\n$ disk-calc -h\n\n  Usage: disk-calc [options] [command]\n\n\n  Commands:\n\n    usage|u [options]                  \n    windows|win \u003cdisk_size\u003e [hide_size]\n\n  Hard disk calculation.\n\n  Options:\n\n    -h, --help     output usage information\n    -V, --version  output the version number\n```\n\n## Examples\n\n```bash\ndisk-calc usage             # Display the program steps in English.\ndisk-calc usage -c          # Display the program steps in Chinese.\ndisk-calc windows 10        # Calculate the size of the 10G partition\ndisk-calc windows 10g       # Calculate the size of the 10G partition\ndisk-calc windows 10G       # Calculate the size of the 10G partition\ndisk-calc windows 10GB      # Calculate the size of the 10G partition\ndisk-calc windows 10G 566M  # Calculate the size of the 10G partition + 566MB hidden partition sizes\n```\n\n## Contributing\n\nWelcome to pull requests, report bugs, suggest ideas and discuss **disk-calc**, \ni would love to hear what you think about **disk-calc** on [issues page](https://github.com/WindomZ/disk-calc/issues).\n\nIf you like it then you can put a :star: on it.\n\n## License\n\n[MIT](https://github.com/WindomZ/disk-calc/blob/master/LICENSE)\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FWindomZ%2Fdisk-calc.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FWindomZ%2Fdisk-calc?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindomz%2Fdisk-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindomz%2Fdisk-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindomz%2Fdisk-calc/lists"}