Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
数分で emma を使い始めましょう
パッケージをインストール
npm install emma
プロジェクトを初期化
npx emma init
emma を使い始める
import { emma } from 'emma'; const result = emma.run(); console.log(result);
{ "name": "my-project", "version": "1.0.0" }