view-files
v2.0.1
Published
## Description An npm package to display the details of contents of a directory on the browser
Readme
view-files
Description
An npm package to display the details of contents of a directory on the browser
NPM Registry: https://www.npmjs.com/package/view-files GitHub: https://github.com/vamshi-krishna-kotla/view-files
Usage:
- Install the package
npm i view-files- suggested to install as a global dependency (
-g) to be used with any directory
- suggested to install as a global dependency (
- Run the command
view-filesin the target directory from the terminal- if the command does not work directly, use
npx view-files
- if the command does not work directly, use
- After the notification on the terminal, open http://localhost:3000 to view details
Or
- Directly call
npx view-filesto dynamically install the binary and execute
Key features:
- Displays the list of all contents of the directory
- Child directories can be accessed to see internal content
- Child files display the data
- size
- last accessed time
- last modified time
