jake
JavaScript build tool for Node.js
Install
- All systems
-
curl cmd.cat/jake.sh
- Debian
-
apt-get install node-jake - Ubuntu
-
apt-get install node-jake - Arch Linux
-
pacman -S jake - Kali Linux
-
apt-get install node-jake - Fedora
-
dnf install jake - Windows (WSL2)
-
sudo apt-get updatesudo 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