{"id":29436863,"url":"https://github.com/stone-foundation/stone-js","last_synced_at":"2025-07-13T05:06:55.211Z","repository":{"id":197478460,"uuid":"698644049","full_name":"stone-foundation/stone-js","owner":"stone-foundation","description":"Instantly scaffold a new Stone.js application using npm create stone. Interactive setup for backend, frontend, or fullstack apps with Continuum Architecture.","archived":false,"fork":false,"pushed_at":"2025-07-02T19:09:02.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T19:10:57.723Z","etag":null,"topics":["cli","context-aware","continuum-architecture","create-stone-app","javascript","stone-foundation","stonejs","typescript"],"latest_commit_sha":null,"homepage":"https://stonejs.dev","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/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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-30T14:30:47.000Z","updated_at":"2025-07-02T19:07:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"dff490d9-aca6-4650-93e1-aa4e1f37d163","html_url":"https://github.com/stone-foundation/stone-js","commit_stats":null,"previous_names":["stonemjs/create-stone","stone-foundation/stone-js-create-stone","stone-foundation/stone-js"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stone-foundation/stone-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stone-foundation","download_url":"https://codeload.github.com/stone-foundation/stone-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js/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","context-aware","continuum-architecture","create-stone-app","javascript","stone-foundation","stonejs","typescript"],"created_at":"2025-07-13T05:06:53.982Z","updated_at":"2025-07-13T05:06:55.118Z","avatar_url":"https://github.com/stone-foundation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stone.js - Create Stone App\n\n[![npm](https://img.shields.io/npm/l/@stone-js/create)](https://opensource.org/licenses/MIT)\n[![npm](https://img.shields.io/npm/v/@stone-js/create)](https://www.npmjs.com/package/@stone-js/create)\n[![npm](https://img.shields.io/npm/dm/@stone-js/create)](https://www.npmjs.com/package/@stone-js/create)\n![Maintenance](https://img.shields.io/maintenance/yes/2025)\n[![Build Status](https://github.com/stone-foundation/stone-js/actions/workflows/main.yml/badge.svg)](https://github.com/stone-foundation/stone-js/actions/workflows/main.yml)\n[![Publish Package to npmjs](https://github.com/stone-foundation/stone-js/actions/workflows/release.yml/badge.svg)](https://github.com/stone-foundation/stone-js/actions/workflows/release.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js)\n[![Security Policy](https://img.shields.io/badge/Security-Policy-blue.svg)](./SECURITY.md)\n[![CodeQL](https://github.com/stone-foundation/stone-js/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stone-foundation/stone-js/security/code-scanning)\n[![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/stone-foundation/stone-js/network/updates)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\nScaffold a new Stone.js app in seconds using your terminal.\n\n---\n\n## Overview\n\n**Create Stone App** is the official scaffolding tool for Stone.js, designed to get your project up and running in just a few commands.\n\nIt powers the command:\n\n```bash\nnpm create @stone-js\n```\n\nUnder the hood, it clones a project starter, asks you a few questions, and sets up your application based on your choices.\n\n## Usage\n\nTo create a new Stone.js project:\n\n```bash\nnpm create @stone-js\n```\n\nOr with a custom project name:\n\n```bash\nnpm create @stone-js my-app\n```\n\nThe tool will guide you through an interactive setup and generate a ready-to-run Stone.js application.\n\nYou can then:\n\n```bash\ncd my-app\nnpm install\nnpm run dev\n```\n\n## What You Get\n\nDepending on your choices, the tool can scaffold:\n\n* Backend, frontend, or fullstack apps\n* React or Vue view layer\n* SPA or SSR rendering strategy\n* Basic, standard, or full application layout\n* Local development support with `stone serve`\n* Production-ready structure with `stone build` and `stone preview`\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/blob/main/docs/modules.md)\n\n## Contributing\n\nSee [Contributing Guide](https://github.com/stone-foundation/stone-js/blob/main/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone-foundation%2Fstone-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstone-foundation%2Fstone-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone-foundation%2Fstone-js/lists"}