{"id":17114645,"url":"https://github.com/marvin-js/marvin","last_synced_at":"2025-07-03T14:07:15.316Z","repository":{"id":57291580,"uuid":"120216422","full_name":"marvin-js/marvin","owner":"marvin-js","description":":rocket: Create a workflow (simple or complex) with Marvin.","archived":false,"fork":false,"pushed_at":"2018-03-20T17:29:24.000Z","size":591,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T02:41:33.022Z","etag":null,"topics":["automation","cli","javascript","marvin","node","script","workflow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marvin-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-04T19:36:40.000Z","updated_at":"2018-03-22T18:00:58.000Z","dependencies_parsed_at":"2022-09-10T18:10:32.301Z","dependency_job_id":null,"html_url":"https://github.com/marvin-js/marvin","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/marvin-js/marvin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvin-js%2Fmarvin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvin-js%2Fmarvin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvin-js%2Fmarvin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvin-js%2Fmarvin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marvin-js","download_url":"https://codeload.github.com/marvin-js/marvin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvin-js%2Fmarvin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263339928,"owners_count":23451516,"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":["automation","cli","javascript","marvin","node","script","workflow"],"created_at":"2024-10-14T17:19:35.945Z","updated_at":"2025-07-03T14:07:14.945Z","avatar_url":"https://github.com/marvin-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/logo_slogan.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/marvin-js/marvin\"\u003e\u003cimg src=\"https://travis-ci.org/marvin-js/marvin.svg?branch=master\" alt=\"Build Status: Linux\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://ci.appveyor.com/project/alexandref93/marvin-yxg1f\"\u003e\u003cimg src=\"https://ci.appveyor.com/api/projects/status/fp3rxxadd0ss2vn5?svg=true\" alt=\"Build Status: Windows\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://coveralls.io/github/marvin-js/marvin?branch=master\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/marvin-js/marvin/badge.svg?branch=master\" alt=\"Coverage Status\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"GitHub license\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"PRs Welcome\" /\u003e\n\u003c/p\u003e\n\n\u003e Create a workflow (simple or complex) with Marvin.\n\n**The project is still in beta phase.**\n\n# Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [CLI Usage](#cli)\n- [Philosophy](#philosophy)\n- [API Doc](#api-doc)\n- [FAQ](#faq)\n- [Contributing](#contributing)\n\n## Install\n\nWith yarn:\n\n```\nyarn add marvin-cli\n// or\nyarn global add marvin-cli\n````\n\nWith npm:\n\n```\nnpm install marvin-cli\n// or\nnpm install marvin-cli --global\n```\n\n## Usage\n\n```\n// .marvin on project folder\n\ncopy /path/oldFile /path/newFile\nmove /path/earth /path/mars\n```\n\nOn terminal:\n```\n$ marvin\n```\n\n## CLI\n\n```shellscript\n$ marvin --help\n\n  Usage: marvin [options] [file ...]\n\n  Create a complex workflow in a simpler way\n\n\n  Options:\n\n    -v, --version   output the version number\n    -d --dir \u003cdir\u003e  root directory where files marvins will be search\n    -h, --help      output usage information\n\n\n  Commands:\n\n    init        create a .marvin.yml. case the command is global, the file will created on $HOME, otherwhise on project root\n    add         add a packet to .marvin.yml\n    help [cmd]  display help for [cmd]\n\n\n  How use the Marvin, step-by-step:\n\n\n     1. : Create um file with name .marvin and these content below\n\n          $content = watch ./src/file --async {\n            log file changed\n          }\n\n\n     2. : Run the file\n\n          marvin\n```\n\n## Philosophy\n\nNo, is not a new programming language, is only a script, with objective to help create a workflow on day to day. Without panic, of course.\n\n### How is the syntax?\n\nRead [this doc](docs/how-is-syntax.md).\n\n## API Doc\n\nRead [this doc](docs/all-commands.md).\n\n## FAQ\n\nDo you have more doubts? Please, [open a issue](https://github.com/marvin-js/marvin/issues/new) and we will discuss :)\n\n### How create a new plugin?\n\nPlease take a look at [this boilerplate](https://github.com/marvin-js/boilerplate-marvin-plugin).\n\n### What is a packet?\n\nIs a package with set of plugins.\n\n### How create a new packet?\n\nPlease take a look at [this boilerplate](https://github.com/marvin-js/boilerplate-marvin-packet).\n\n### How add a packet?\n\n```shell\n  marvin add packet your-packet /path/packet\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/logo.png\" / \u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n MIT © \u003ca href=\"https://github.com/alexandref93\"\u003eCarlos Alexandre Fuechter\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvin-js%2Fmarvin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvin-js%2Fmarvin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvin-js%2Fmarvin/lists"}