mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 13:51:46 +02:00
Format all non-generated files with oxfmt via `vp fmt`. Add .oxfmtignore to skip bindings/ and wasm-pack output. Add npm format script and update DEVELOPMENT.md docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"name": "@yaak/template-function-fs",
|
|
"displayName": "File System Template Functions",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Template functions for working with the file system",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
}
|
|
}
|