cli.js
RFC2616 compliant HTTP static-file server module with caching
Install
- All systems
-
curl cmd.cat/cli.js.sh
- Debian
-
apt-get install node-umd - Ubuntu
-
apt-get install node-umd - Arch Linux
-
pacman -S riot-desktop - Kali Linux
-
apt-get install node-umd - Fedora
-
dnf install nodejs-jsonm - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install node-umd - Raspbian
-
apt-get install node-static
node-static
RFC2616 compliant HTTP static-file server module with caching
node-static has an in-memory file cache, making it highly efficient. It understands and supports conditional GET and HEAD requests. It was inspired by some of the other static-file serving modules, such as node-paperboy and antinode. Node.js is an event-based server-side javascript engine.
jake
JavaScript build tool, similar to Make or Rake
node-lcov-parse
Parse lcov results files and return JSON
This modules allows ones to parse lcov files and to return json reprensentation of these files. lcov is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure. Node.js is an event-based server-side JavaScript engine.
node-umd
Universal Module Definition for use in automated build systems
UMD (Universal Module Definition) is a common pattern used in javascript programming allowing one to write once a loader working in different context (server, browser). This loader is compatible with different API like RequireJS, AMD or CommonJs. This module provides: - simple synchronous wrapping of a string - return style module support - CommonJS support - support preventing internal UMDs from conflicting Node.js is an event-based server-side JavaScript engine.