filexshared
v2.3.3
Published
Share files Fast, Easy and Secure, to world or on your local network.
Downloads
5
Maintainers
Readme
FileXShared
Share files Fast, Easy and Secure, to world or on your local network.
Installation
Module available through the npm registry. It can be installed using the npm
or yarn
command line tools.
# NPM
npm install filexshared --global
# Or Using Yarn
yarn global add filexshared
Usage
# Start
fileXShared
# Start (with dark theme)
filexshared --dark
# Start (enable password)
filexshared --password=1234567890
# Start (without "Close Server" option)
filexshared --disable-close
Tests
To run the test suite, first install the dependencies, then run test
:
# NPM
npm test
# Or Using Yarn
yarn test
Dependencies
- body-parser: Node.js body parsing middleware
- cookie-session: cookie session middleware
- express: Fast, unopinionated, minimalist web framework
- express-handlebars: A Handlebars view engine for Express which doesn't suck.
- filenamify: Convert a string to a valid safe filename
- hubdown: Convert markdown to GitHub-style HTML using a common set of remark plugins
- mime: A comprehensive library for mime-type mapping
- minimist: parse argument options
- multer: Middleware for handling `multipart/form-data`.
- path-exists: Check if a path exists
- uikit: UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
Dev Dependencies
- xo: JavaScript happiness style linter ❤️
Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.