file-lite
v1.1.2
Published
```shell # Global installation (Windows requires administrator privileges) npm i -g file-lite
Downloads
308
Readme
File Lite
Installation
# Global installation (Windows requires administrator privileges)
npm i -g file-lite
# Run
file-lite
# Uninstall
npm uninstall -g file-liteDevelopment
Using bun to develop and compile, the final product runs in the Node.js environment
# backend
bun i
bun run dev
bun run build