Share files Fast, Easy and Secure, to world or on your local network.
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
# Start
fileXShared
# Start (with dark theme)
filexshared --dark
# Start (enable password)
filexshared --password=1234567890
# Start (without "Close Server" option)
filexshared --disable-close
To run the test suite, first install the dependencies, then run test
:
# NPM
npm test
# Or Using Yarn
yarn test
- 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.
- xo: JavaScript happiness style linter ❤️
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.