YS (say "wise") makes YAML fully dynamic

Try YAMLScript now (Edit and evaluate these examples)

Settings

  • AI-Assisted YS with Claude Code


    Install the Claude Code External link plugin to write idiomatic YAMLScript with AI assistance:

    /plugin marketplace add yaml/yamlscript
    /plugin install ys-skill@yamlscript
    
    Learn More External link

  • "Zero to YS in 10 seconds!"


    source <(curl -sL https://in-1.cc) --local ys
    ys --help
    ys -e 'say: "Hello, World. I am $(ENV.USER)."'
    
    Installing YS