>mir

hello-world

examination
↓ --

// シンプルな Hello World スニペット

このスニペットはまだ審査中です。公式に承認されていません。

$ Installation

// terminal
npx @tbsten/mir install hello-world --registry=official

// Add to your mirconfig.yaml

// mirconfig.yaml
registries:
  - name: official
    url: https://mir.tbsten.me/registry
name

Preview with variables

// Enter variable values to see expanded output

// directory_structure
hello-world/
├── hello.txt
└── index.js
// hello.txt
Hello {{name}}!