Skip to main content

Module init

Module init 

Source

Structs§

InitOptions
InitResult
OnboardResult

Constants§

CONFIG_FILES
GITIGNORE_BASE_ENTRIES
GITIGNORE_BLOCK_END
GITIGNORE_BLOCK_START
HOOK_FILES
PROJECT_FILES

Functions§

init
onboard
Onboard an existing project: set up local environment (hooks, etc.).
update_gitignore_block
Update the joy-managed block in .gitignore with the given entries. Each entry is (path, comment). Replaces the block if it exists, appends otherwise.