Package Exports
- go-get-folder-size
- go-get-folder-size/npm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (go-get-folder-size) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
go-get-folder-size
Get the size of a folder by recursively iterating through all its sub(files && folders). Use go, so high-speed
motivation
To quickly know the folder size,but get-folder-size is implemented by nodejs, which is too slow。
Usage
install
go install github.com/markthree/go-get-folder-size
cli
go-get-folder-size
License
Made with markthree
Published under MIT License.