{"id":20083652,"url":"https://github.com/marko-js/cli","last_synced_at":"2025-05-16T11:05:23.866Z","repository":{"id":33675620,"uuid":"68422797","full_name":"marko-js/cli","owner":"marko-js","description":"command-line tools for Marko","archived":false,"fork":false,"pushed_at":"2024-12-30T21:11:03.000Z","size":5928,"stargazers_count":96,"open_issues_count":31,"forks_count":36,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-12T11:43:06.021Z","etag":null,"topics":["create","devtools","marko","test","tool","tools"],"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/marko-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-17T00:17:07.000Z","updated_at":"2025-03-23T04:55:21.000Z","dependencies_parsed_at":"2024-06-18T20:03:13.150Z","dependency_job_id":"ee280420-60d7-4b40-b431-c754b15811c6","html_url":"https://github.com/marko-js/cli","commit_stats":{"total_commits":527,"total_committers":25,"mean_commits":21.08,"dds":0.5502846299810247,"last_synced_commit":"d00eeb7bdd9ae40686b5a8ab2707f042067dbac4"},"previous_names":["marko-js/marko-devtools"],"tags_count":373,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marko-js%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marko-js","download_url":"https://codeload.github.com/marko-js/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254502015,"owners_count":22081605,"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":["create","devtools","marko","test","tool","tools"],"created_at":"2024-11-13T15:48:18.194Z","updated_at":"2025-05-16T11:05:18.857Z","avatar_url":"https://github.com/marko-js.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/1958812/81235077-f4a8b500-8fae-11ea-9d34-2b50b74d5938.png\" alt=\"Marko CLI\"/\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003c!-- Stability --\u003e\n  \u003ca href=\"https://nodejs.org/api/documentation.html#documentation_stability_index\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/stability-stable-green.svg\" alt=\"API Stability\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- Structure --\u003e\n  \u003ca href=\"https://github.com/lerna/lerna\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/monorepo-lerna-531099.svg\" alt=\"Lerna\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- Format --\u003e\n  \u003ca href=\"https://github.com/prettier/prettier\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/styled_with-prettier-ff69b4.svg\" alt=\"Styled with prettier\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- License --\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/marko-js/cli.svg\" alt=\"MIT\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- CI --\u003e\n  \u003ca href=\"https://github.com/marko-js/cli/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://github.com/marko-js/cli/actions/workflows/ci.yml/badge.svg\" alt=\"Build status\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Commands\n\n| Command                                                                                   | Description                                                                                                         | Version                                                                                                                                       |\n| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |\n| [create](https://github.com/marko-js/cli/blob/master/packages/create/README.md)           | ✨ Create a Marko application from an [example](https://github.com/marko-js/examples/tree/master/examples/) project | \u003ca href=\"https://npmjs.org/package/@marko/create\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@marko/create.svg\" alt=\"NPM Version\"/\u003e\u003c/a\u003e           |\n| [serve](https://github.com/marko-js/cli/blob/master/packages/serve/README.md)             | 🚀 Serve a Marko application or individual component for local development                                          | \u003ca href=\"https://npmjs.org/package/@marko/serve\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@marko/serve.svg\" alt=\"NPM Version\"/\u003e\u003c/a\u003e             |\n| [build](https://github.com/marko-js/cli/blob/master/packages/build/README.md)             | 📦 Build an optimized Marko application (the production-ready counterpart to `serve`)                               | \u003ca href=\"https://npmjs.org/package/@marko/build\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@marko/build.svg\" alt=\"NPM Version\"/\u003e\u003c/a\u003e             |\n| [migrate](https://github.com/marko-js/cli/blob/master/packages/migrate/README.md)         | 🧹 Update Marko components to remove usage of deprecated apis                                                       | \u003ca href=\"https://npmjs.org/package/@marko/migrate\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@marko/migrate.svg\" alt=\"NPM Version\"/\u003e\u003c/a\u003e         |\n| [prettyprint](https://github.com/marko-js/cli/blob/master/packages/prettyprint/README.md) | 💅 Reformat Marko source files for consistency and beauty                                                           | \u003ca href=\"https://npmjs.org/package/@marko/prettyprint\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@marko/prettyprint.svg\" alt=\"NPM Version\"/\u003e\u003c/a\u003e |\n| [test](https://github.com/marko-js/cli/blob/master/packages/test/README.md)               | ✅ Test marko components in both node and browsers                                                                  | \u003ca href=\"https://npmjs.org/package/@marko/test\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@marko/test.svg\" alt=\"NPM Version\"/\u003e\u003c/a\u003e               |\n\nEach command is distrubuted as a separate npm package (`@marko/\u003ccommand\u003e`). You can execute individual commands using `npx @marko/\u003ccommand\u003e` (e.g. `npx @marko/create`). We recommend installing most commands locally and using `marko-\u003ccommand\u003e` in your `package.json` `scripts`.\n\n## Contributing\n\nThis repo provides a consistent build, test, \u0026 development environment for all of Marko's CLI commands.\n\n### [npm](https://twitter.com/chriscoyier/status/896051713378992130) scripts\n\n- `test` Run the tests for all packages\n- `publish` Runs build and begins publishing any changed packages\n- `build` Runs babel on the `src` folder for every package _(runs on publish)_\n- `format` Formats the files in the repo _(runs on precommit)_\n- `lint` Lints the files in the repo _(runs on precommit)_\n\n## Code of Conduct\n\nThis project adheres to the [eBay Code of Conduct](./.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarko-js%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarko-js%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarko-js%2Fcli/lists"}