{"id":29436879,"url":"https://github.com/stone-foundation/stone-js-cli","last_synced_at":"2026-01-20T16:43:58.310Z","repository":{"id":239063924,"uuid":"798345990","full_name":"stone-foundation/stone-js-cli","owner":"stone-foundation","description":"Official CLI for Stone.js, used to create, develop, build, and manage universal applications powered by the Continuum Architecture. Run built-in and custom commands with ease.","archived":false,"fork":false,"pushed_at":"2025-06-28T13:11:21.000Z","size":300,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T13:13:49.437Z","etag":null,"topics":["cli","continuum-architecture","javascript","stone-foundation","stonejs","stonejs-cli","stonejs-core","typescript"],"latest_commit_sha":null,"homepage":"https://stonejs.dev","language":"TypeScript","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/stone-foundation.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-09T15:37:31.000Z","updated_at":"2025-06-28T13:09:21.000Z","dependencies_parsed_at":"2024-12-07T09:19:37.963Z","dependency_job_id":"5dd3b7a0-0b8e-43e2-99f8-05ddec5e020b","html_url":"https://github.com/stone-foundation/stone-js-cli","commit_stats":null,"previous_names":["stonemjs/cli","stone-foundation/stone-js-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stone-foundation/stone-js-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stone-foundation","download_url":"https://codeload.github.com/stone-foundation/stone-js-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265091734,"owners_count":23710033,"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":["cli","continuum-architecture","javascript","stone-foundation","stonejs","stonejs-cli","stonejs-core","typescript"],"created_at":"2025-07-13T05:06:55.888Z","updated_at":"2025-10-08T04:09:16.159Z","avatar_url":"https://github.com/stone-foundation.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stone.js - CLI\n\n[![npm](https://img.shields.io/npm/l/@stone-js/cli)](https://opensource.org/licenses/MIT)\n[![npm](https://img.shields.io/npm/v/@stone-js/cli)](https://www.npmjs.com/package/@stone-js/cli)\n[![npm](https://img.shields.io/npm/dm/@stone-js/cli)](https://www.npmjs.com/package/@stone-js/cli)\n![Maintenance](https://img.shields.io/maintenance/yes/2025)\n[![Build Status](https://github.com/stone-foundation/stone-js-cli/actions/workflows/main.yml/badge.svg)](https://github.com/stone-foundation/stone-js-cli/actions/workflows/main.yml)\n[![Publish Package to npmjs](https://github.com/stone-foundation/stone-js-cli/actions/workflows/release.yml/badge.svg)](https://github.com/stone-foundation/stone-js-cli/actions/workflows/release.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js-cli\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-cli)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js-cli\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-cli)\n[![Security Policy](https://img.shields.io/badge/Security-Policy-blue.svg)](./SECURITY.md)\n[![CodeQL](https://github.com/stone-foundation/stone-js-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stone-foundation/stone-js-cli/security/code-scanning)\n[![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/stone-foundation/stone-js-cli/network/updates)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\nThe official CLI tool for building, running, and managing Stone.js applications.\n\n---\n\n## Overview\n\n**Stone CLI** is the primary interface for creating and managing Stone.js projects.  \nIt provides a powerful set of built-in commands to bootstrap apps, serve them locally, build for production, and more.\n\nWhether you're developing a backend microservice, a frontend SPA, a fullstack SSR app, or a CLI tool powered by Stone.js, the CLI helps you get started quickly and stay productive.\n\n## Key Features\n\n- Create and scaffold new Stone.js apps interactively\n- Run development servers with hot reload\n- Build production bundles and preview them\n- Export third-party toolchain configs (e.g., Rollup, Vite)\n- Type checking and cache clearing\n- Discover and run custom commands defined in your app or installed libraries\n\n## Installation\n\n```bash\nnpm install -g @stone-js/cli\n```\n\nYou can also use it locally via `npx`:\n\n```bash\nnpx stone\n```\n\nOnce installed, try:\n\n```bash\nstone --help\n```\n\n## Learn More\n\nThis package is part of the Stone.js ecosystem, a modern JavaScript framework built around the Continuum Architecture.\n\nExplore the full documentation: [https://stonejs.dev](https://stonejs.dev)\n\n## API documentation\n\n* [API](https://github.com/stone-foundation/stone-js-cli/blob/main/docs)\n\n## Contributing\n\nSee [Contributing Guide](https://github.com/stone-foundation/stone-js-cli/blob/main/CONTRIBUTING.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone-foundation%2Fstone-js-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstone-foundation%2Fstone-js-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone-foundation%2Fstone-js-cli/lists"}