@ruijadom/telescope-cli
v0.1.1
Published
Command line interface for Telescope
Maintainers
Readme
@ruijadom/telescope-cli
Command line interface for Telescope.
Installation
npm install --save-dev @ruijadom/telescope-cliOr use directly with npx:
npx telescope --helpCommands
Initialize Configuration
Create a telescope.config.js file in your project:
npx telescope initStart Server
Start the Telescope WebSocket server:
npx telescope startThe server typically starts automatically when you run your dev server with the Telescope plugin configured.
Check Status
Check if the Telescope server is running:
npx telescope statusStop Server
Stop the running Telescope server:
npx telescope stopGlobal Installation
Install globally for easier access:
npm install -g @ruijadom/telescope-cli
# Now use without npx
telescope start
telescope statusConfiguration
The CLI reads configuration from telescope.config.js in your project root. Generate a default config with:
telescope initDocumentation
For full documentation, see the main Telescope repository.
License
MIT
