{"id":19639449,"url":"https://github.com/sakejs/sake-cli","last_synced_at":"2025-04-28T10:31:03.676Z","repository":{"id":80065367,"uuid":"87250427","full_name":"sakejs/sake-cli","owner":"sakejs","description":"🍶 Sake is a build tool for JavaScript.","archived":false,"fork":false,"pushed_at":"2019-04-25T21:14:40.000Z","size":168,"stargazers_count":94,"open_issues_count":0,"forks_count":6,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-04-19T09:05:07.843Z","etag":null,"topics":["build-tool","javascript","make","nodejs","sake","tasks"],"latest_commit_sha":null,"homepage":"https://sakejs.com","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sakejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-05T01:04:56.000Z","updated_at":"2025-01-30T14:00:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"64b84596-77f4-421a-84f4-6b6aa9903271","html_url":"https://github.com/sakejs/sake-cli","commit_stats":{"total_commits":200,"total_committers":2,"mean_commits":100.0,"dds":"0.0050000000000000044","last_synced_commit":"60fc650890dc4901e63bf002d0dfec49deb1186c"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakejs%2Fsake-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakejs%2Fsake-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakejs%2Fsake-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakejs%2Fsake-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sakejs","download_url":"https://codeload.github.com/sakejs/sake-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251295233,"owners_count":21566421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build-tool","javascript","make","nodejs","sake","tasks"],"created_at":"2024-11-11T13:01:02.427Z","updated_at":"2025-04-28T10:31:03.669Z","avatar_url":"https://github.com/sakejs.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sake-cli\n\n[![npm][npm-img]][npm-url]\n[![build][build-img]][build-url]\n[![dependencies][dependencies-img]][dependencies-url]\n[![downloads][downloads-img]][downloads-url]\n[![license][license-img]][license-url]\n[![chat][chat-img]][chat-url]\n\n\u003e The Sake command line interface.\n\nInstall this globally and you'll have access to the `sake` command anywhere on\nyour system.\n\n```bash\nnpm install -g sake-cli\n```\n\nNote: The job of the `sake` command is to load and run the version of Sake you\nhave installed locally to your project, irrespective of its version.\n\n## Installing sake locally\n\nIf you prefer the idiomatic Node.js method to get started with a project (`npm\ninstall \u0026\u0026 npm test`) then install `sake` locally with `npm install sake-cli\n--save-dev`. Then add a script to your `package.json` to run the associated Sake\ntask: `\"scripts\": { \"test\": \"sake test\" }`. Now `npm test` will use the locally\ninstalled `./node_modules/.bin/sake` executable to run your Sake tasks.\n\nTo read more about npm scripts, please visit the [npm docs][npm-docs].\n\n## Autocompletion\nSake ships with a simple [completion function for zsh][compdef] which can\nautocomplete available task names:\n\n```bash\nfpath=( path/to/comp/_sake $fpath )\ncomdef _sake sake\n```\n\n## License\n[BSD][license-url]\n\n[npm-docs]: https://docs.npmjs.com/misc/scripts\n[compdef]:  https://github.com/sakejs/sake-cli/blob/master/comp/_sake\n\n[build-img]:        https://img.shields.io/travis/sakejs/sake-cli.svg\n[build-url]:        https://travis-ci.org/sakejs/sake-cli\n[chat-img]:         https://badges.gitter.im/join-chat.svg\n[chat-url]:         https://gitter.im/sakejs/chat\n[coverage-img]:     https://coveralls.io/repos/sakejs/sake-cli/badge.svg?branch=master\u0026service=github\n[coverage-url]:     https://coveralls.io/github/sakejs/sake-cli?branch=master\n[dependencies-img]: https://david-dm.org/sakejs/sake-cli.svg\n[dependencies-url]: https://david-dm.org/sakejs/sake-cli\n[downloads-img]:    https://img.shields.io/npm/dm/sake-cli.svg\n[downloads-url]:    http://badge.fury.io/js/sake-cli\n[license-img]:      https://img.shields.io/npm/l/sake-cli.svg\n[license-url]:      https://github.com/sakejs/sake-cli/blob/master/LICENSE\n[npm-img]:          https://img.shields.io/npm/v/sake-cli.svg\n[npm-url]:          https://www.npmjs.com/package/sake-cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakejs%2Fsake-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakejs%2Fsake-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakejs%2Fsake-cli/lists"}