atomwrite 0.1.25

Atomic file operations CLI for LLM agents — read, write, edit, search, replace with NDJSON output
Documentation
1
2
3
4
5
6
7
8
9
10
11
function greet(name) {
    return `Hello, ${name}`;
}

const arrow = (x) => x * 2;

class Foo {
    method() {
        return 42;
    }
}