jix init
Source: src/jix-cli/init/index.js
Initialize a new jix environment.
Usage
jix init [--vscode]
Description
Initialize jix support in the current working directory.
This creates .jix/modules directory, sets up editor hints, and links the jix libs locally.
Options
--vscode- Create.vscode/tasks.jsonwith jix commands
Examples
jix init
jix init --vscode
Behavior
- Creates
.jix/modulesdirectory if it doesn’t exist - Sets up symlinks to jix and jix-cli modules
- Creates
.jix/.gitignorewith recommended exclusions - Creates or updates
jsconfig.jsonfor editor support - If
--vscodeis specified, creates or updates.vscode/tasks.jsonwith jix tasks