jake

JavaScript build tool for Node.js

Install

All systems
curl cmd.cat/jake.sh
Debian Debian
apt-get install node-jake
Ubuntu
apt-get install node-jake
Arch Arch Linux
pacman -S jake
image/svg+xml Kali Linux
apt-get install node-jake
Fedora
dnf install jake
Windows (WSL2)
sudo apt-get update sudo apt-get install node-jake
Raspbian
apt-get install node-jake

node-jake

JavaScript build tool for Node.js

Jake is a JavaScript build tool for the Node.js framework, with capabilities similar to the regular make or rake commands. Jake has the following features: - Jakefiles are in standard JavaScript syntax - tasks with prerequisites - namespaces for tasks - async task execution

jake

JavaScript build tool, similar to Make or Rake