1.0.4 • Published 3 years ago

large-files v1.0.4

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
3 years ago

large-files

cli tool to find out large files under given directory

npm Package Version

Usage

Usage without installation

npx large-files

Usage with installation (recommended)

# install
npm i -g large-files

# usage
large-files

Sample output

> large-files | head -n 5
8903215 8.49 MB node_modules/typescript/lib/tsserver.js
8867303 8.46 MB node_modules/typescript/lib/tsserverlibrary.js
8328167 7.94 MB node_modules/typescript/lib/typescriptServices.js
8328160 7.94 MB node_modules/typescript/lib/typescript.js
6353077 6.06 MB node_modules/typescript/lib/typingsInstaller.js

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago