https://github.com/stone-foundation/stone-js-cli
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.
https://github.com/stone-foundation/stone-js-cli
cli continuum-architecture javascript stone-foundation stonejs stonejs-cli stonejs-core typescript
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/stone-foundation/stone-js-cli
- Owner: stone-foundation
- License: mit
- Created: 2024-05-09T15:37:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-28T13:11:21.000Z (12 months ago)
- Last Synced: 2025-06-28T13:13:49.437Z (12 months ago)
- Topics: cli, continuum-architecture, javascript, stone-foundation, stonejs, stonejs-cli, stonejs-core, typescript
- Language: TypeScript
- Homepage: https://stonejs.dev
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Stone.js - CLI
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/@stone-js/cli)
[](https://www.npmjs.com/package/@stone-js/cli)

[](https://github.com/stone-foundation/stone-js-cli/actions/workflows/main.yml)
[](https://github.com/stone-foundation/stone-js-cli/actions/workflows/release.yml)
[](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-cli)
[](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-cli)
[](./SECURITY.md)
[](https://github.com/stone-foundation/stone-js-cli/security/code-scanning)
[](https://github.com/stone-foundation/stone-js-cli/network/updates)
[](https://conventionalcommits.org)
The official CLI tool for building, running, and managing Stone.js applications.
---
## Overview
**Stone CLI** is the primary interface for creating and managing Stone.js projects.
It provides a powerful set of built-in commands to bootstrap apps, serve them locally, build for production, and more.
Whether 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.
## Key Features
- Create and scaffold new Stone.js apps interactively
- Run development servers with hot reload
- Build production bundles and preview them
- Export third-party toolchain configs (e.g., Rollup, Vite)
- Type checking and cache clearing
- Discover and run custom commands defined in your app or installed libraries
## Installation
```bash
npm install -g @stone-js/cli
```
You can also use it locally via `npx`:
```bash
npx stone
```
Once installed, try:
```bash
stone --help
```
## Learn More
This package is part of the Stone.js ecosystem, a modern JavaScript framework built around the Continuum Architecture.
Explore the full documentation: [https://stonejs.dev](https://stonejs.dev)
## API documentation
* [API](https://github.com/stone-foundation/stone-js-cli/blob/main/docs)
## Contributing
See [Contributing Guide](https://github.com/stone-foundation/stone-js-cli/blob/main/CONTRIBUTING.md)