Type Stella
File match stella.yml stella.json
Schema URL https://catalog.lintel.tools/schemas/schemastore/stella-configuration-file/latest.json
Source https://raw.githubusercontent.com/Shravan-1908/stellapy/master/schema.json

Validate with Lintel

npx @lintel/lintel check
Type: Stella

Definitions

Stella object
browser string required

The browser to be used.

Values: "chrome" "firefox" "edge" "safari"
include_only string[] required

gitignore style include-only patterns.

scripts Script[] required

List of user-defined scripts. Similar to npm scripts.

poll_interval number required

The interval in milliseconds to check for file changes.

browser_wait_interval number required

The interval in milliseconds to wait to refresh browser window after executing command(s) on the terminal.

Script object
name string required

Name of the script. This name is used in stella run command.

url string required

The optional URL to listen at browser.

command string | string[] required

The command(s) to execute on the terminal. It can be either a single string or a list of strings.

shell boolean required

Whether to execute these commands within a shell.