east-node-std

Node.js platform functions for the East language. Use when writing East programs that need Console I/O, FileSystem operations, HTTP Fetch requests, Cryptography, Time operations, Path manipulation, Random number generation, or Testing. Triggers for: (1) Writing East programs with @elaraai/east-node-std, (2) Using platform functions like Console.log, FileSystem.readFile, Fetch.get, Crypto.uuid, Time.now, Path.join, Random.normal, (3) Testing East code with describeEast and Assert.

$ 설치

git clone https://github.com/elaraai/east-node /tmp/east-node && cp -r /tmp/east-node/packages/east-node-std ~/.claude/skills/east-node

// tip: Run this command in your terminal to install the skill