All Projects → sakejs → Sake Cli

sakejs / Sake Cli

Licence: other
🍶 Sake is a build tool for JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
coffeescript
4710 projects

Projects that are alternatives of or similar to Sake Cli

Foy
A simple, light-weight and modern task runner for general purpose.
Stars: ✭ 157 (+61.86%)
Mutual labels:  tasks, build-tool, make
Sake Core
Sake's core interface.
Stars: ✭ 78 (-19.59%)
Mutual labels:  tasks, build-tool, make
Zeus
An Electrifying Build System
Stars: ✭ 176 (+81.44%)
Mutual labels:  build-tool, make
make
The Ultimate Makefile to compile all your C, C++, Assembly and Fortran projects
Stars: ✭ 41 (-57.73%)
Mutual labels:  build-tool, make
makesure
Simple task/command runner with declarative goals and dependencies
Stars: ✭ 230 (+137.11%)
Mutual labels:  build-tool, make
Mmake
Mmake is a small program which wraps make to provide additional functionality, such as user-friendly help output, remote includes, and eventually more. It otherwise acts as a pass-through to standard make.
Stars: ✭ 1,593 (+1542.27%)
Mutual labels:  build-tool, make
Reggae
Build system in D, Python, Ruby, Javascript or Lua
Stars: ✭ 141 (+45.36%)
Mutual labels:  build-tool, make
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (+26.8%)
Mutual labels:  build-tool, make
Mask
🎭 A CLI task runner defined by a simple markdown file
Stars: ✭ 495 (+410.31%)
Mutual labels:  build-tool, make
Asynctasks.vim
🚀 Modern Task System for Project Building, Testing and Deploying !!
Stars: ✭ 495 (+410.31%)
Mutual labels:  tasks, make
Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (+822.68%)
Mutual labels:  build-tool, make
Walk
A fast, general purpose, graph based build and task execution utility.
Stars: ✭ 108 (+11.34%)
Mutual labels:  build-tool, make
up
UP - Ultimate Provisioner CLI
Stars: ✭ 43 (-55.67%)
Mutual labels:  build-tool, make
Task
A task runner / simpler Make alternative written in Go
Stars: ✭ 4,282 (+4314.43%)
Mutual labels:  build-tool, make
Phing
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
Stars: ✭ 1,085 (+1018.56%)
Mutual labels:  build-tool, make
Ygor
Task toolkit. For when `npm run` isn't enough and everything else is too much.
Stars: ✭ 69 (-28.87%)
Mutual labels:  build-tool, make
Npm Scripts Info
Display the description of your npm scripts
Stars: ✭ 85 (-12.37%)
Mutual labels:  build-tool
Boon
A cross-platform build tool for LÖVE
Stars: ✭ 90 (-7.22%)
Mutual labels:  build-tool
Dbuild
Multi-project build tool, based on sbt.
Stars: ✭ 84 (-13.4%)
Mutual labels:  build-tool
Rambuild
A plugin to make builds in gradle run on ram instead of the hard drive
Stars: ✭ 84 (-13.4%)
Mutual labels:  build-tool

sake-cli

npm build dependencies downloads license chat

The Sake command line interface.

Install this globally and you'll have access to the sake command anywhere on your system.

npm install -g sake-cli

Note: The job of the sake command is to load and run the version of Sake you have installed locally to your project, irrespective of its version.

Installing sake locally

If you prefer the idiomatic Node.js method to get started with a project (npm install && npm test) then install sake locally with npm install sake-cli --save-dev. Then add a script to your package.json to run the associated Sake task: "scripts": { "test": "sake test" }. Now npm test will use the locally installed ./node_modules/.bin/sake executable to run your Sake tasks.

To read more about npm scripts, please visit the npm docs.

Autocompletion

Sake ships with a simple completion function for zsh which can autocomplete available task names:

fpath=( path/to/comp/_sake $fpath )
comdef _sake sake

License

BSD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].